Fixed registry test case
This commit is contained in:
parent
3da3e70f65
commit
692f914986
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ static void test_tt_registry(void) {
|
|||
g_test_message("Unknown token type should not return a name");
|
||||
g_test_fail();
|
||||
}
|
||||
g_check_cmp_int32(h_get_token_type_number("com.upstandinghackers.test.unkown_token_type"), ==, -1);
|
||||
g_check_cmp_int32(h_get_token_type_number("com.upstandinghackers.test.unkown_token_type"), ==, 0);
|
||||
}
|
||||
|
||||
void register_misc_tests(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue