We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de66882 commit eca00daCopy full SHA for eca00da
code/tests/cases/test_soap.c
@@ -284,7 +284,7 @@ FOSSIL_TEST(c_test_io_soap_detect_exaggeration_true) {
284
285
FOSSIL_TEST(c_test_io_soap_detect_exaggeration_false) {
286
const char *input = "The weather is mildly unpleasant today.";
287
- ASSUME(fossil_io_soap_detect_exaggeration(input) == 0);
+ ASSUME_ITS_TRUE(fossil_io_soap_detect_exaggeration(input) == 0);
288
}
289
290
FOSSIL_TEST(c_test_io_soap_filter_offensive_basic) {
0 commit comments