Skip to content

Commit eca00da

Browse files
Update test_soap.c
1 parent de66882 commit eca00da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_soap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ FOSSIL_TEST(c_test_io_soap_detect_exaggeration_true) {
284284

285285
FOSSIL_TEST(c_test_io_soap_detect_exaggeration_false) {
286286
const char *input = "The weather is mildly unpleasant today.";
287-
ASSUME(fossil_io_soap_detect_exaggeration(input) == 0);
287+
ASSUME_ITS_TRUE(fossil_io_soap_detect_exaggeration(input) == 0);
288288
}
289289

290290
FOSSIL_TEST(c_test_io_soap_filter_offensive_basic) {

0 commit comments

Comments
 (0)