Skip to content

Commit

Permalink
Fixed test to comply with RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
uFarad committed Apr 15, 2024
1 parent 8b2fb8a commit 6f9d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function/prival.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ namespace {
const char *result;

result = stumpless_get_prival_string( 11 ); \
EXPECT_STREQ( result, "3 | 8" );
EXPECT_STREQ( result, "STUMPLESS_SEVERITY_ERR | STUMPLESS_FACILITY_USER" );
}
}

0 comments on commit 6f9d868

Please sign in to comment.