Skip to content

Commit

Permalink
adjust std/user/character test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelprograms committed Aug 25, 2024
1 parent 0ab1d9b commit fe293b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/user/character.test.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void test_character_name () {
testOb->set_character_name("test"),
assert_equal(testOb->query_character()->is_character(), 1),

testOb->character_exit(),
testOb->query_character()->handle_remove(),
assert_equal(testOb->query_character(), UNDEFINED),
}) :));
}

0 comments on commit fe293b3

Please sign in to comment.