Skip to content

Commit ccb5f5d

Browse files
Update test_soap.c
1 parent 6d01a67 commit ccb5f5d

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
@@ -172,7 +172,7 @@ FOSSIL_TEST(c_test_io_soap_detect_quality_true) {
172172
}
173173

174174
FOSSIL_TEST(c_test_io_soap_detect_quality_false) {
175-
const char *input = "Wow, this is amazing and unbelievable!";
175+
const char *input = "Wow, this is amazing!";
176176
int result = fossil_io_soap_detect_quality(input);
177177
ASSUME_ITS_FALSE(result);
178178
}

0 commit comments

Comments
 (0)