Skip to content

Commit 6d01a67

Browse files
Update test_stream.cpp
1 parent 38404de commit 6d01a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ FOSSIL_TEST(cpp_test_stream_remove_file) {
219219
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, remove_result);
220220

221221
// Check if the file does not exist
222-
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_FILE_NOT_FOUND, fossil_fstream_file_exists(filename));
222+
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, fossil_fstream_file_exists(filename));
223223

224224
// Try removing again, should return FOSSIL_ERROR_FILE_NOT_FOUND
225225
int32_t remove_again_result = fossil_fstream_remove(filename);

0 commit comments

Comments
 (0)