Skip to content

Commit 38404de

Browse files
Update test_stream.c
1 parent 99f45ca commit 38404de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ FOSSIL_TEST(c_test_stream_remove_file) {
246246
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, fossil_fstream_remove(filename));
247247

248248
// Check if the file does not exist
249-
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_FILE_NOT_FOUND, fossil_fstream_file_exists(filename));
249+
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, fossil_fstream_file_exists(filename));
250250
}
251251

252252
FOSSIL_TEST(c_test_stream_flush_file) {

0 commit comments

Comments
 (0)