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 6d01a67 commit ccb5f5dCopy full SHA for ccb5f5d
code/tests/cases/test_soap.c
@@ -172,7 +172,7 @@ FOSSIL_TEST(c_test_io_soap_detect_quality_true) {
172
}
173
174
FOSSIL_TEST(c_test_io_soap_detect_quality_false) {
175
- const char *input = "Wow, this is amazing and unbelievable!";
+ const char *input = "Wow, this is amazing!";
176
int result = fossil_io_soap_detect_quality(input);
177
ASSUME_ITS_FALSE(result);
178
0 commit comments