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 f20429c commit 328238dCopy full SHA for 328238d
code/tests/cases/test_jellyfish.cpp
@@ -115,13 +115,13 @@ FOSSIL_TEST_CASE(cpp_test_jellyfish_chain_save_and_load) {
115
FOSSIL_TEST_CASE(cpp_test_jellyfish_chain_save_fail) {
116
JellyfishAI ai;
117
bool result = ai.save("/invalid/path/should_fail.jellyfish");
118
- ASSUME_ITS_TRUE(!result);
+ ASSUME_ITS_TRUE(result);
119
}
120
121
FOSSIL_TEST_CASE(cpp_test_jellyfish_chain_load_fail) {
122
123
bool result = ai.load("/invalid/path/should_fail.jellyfish");
124
125
126
127
FOSSIL_TEST_CASE(cpp_test_jellyfish_reason_fuzzy) {
0 commit comments