Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit f13e03a

Browse files
committed
fix vdfx test
1 parent 1bd2886 commit f13e03a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/test_vdfs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ TEST(VDFS, LoadTestTxt) {
5252
std::vector<uint8_t> data_from_archive;
5353
std::vector<uint8_t> data_from_file;
5454
ASSERT_TRUE(idx.getFileData("test.txt", data_from_archive));
55-
ASSERT_TRUE(readFile("files/test.txt", data_from_file));
55+
ASSERT_TRUE(readFile("files/test.txt.bin", data_from_file));
5656

5757
ASSERT_EQ(data_from_archive, data_from_file);
5858
}

0 commit comments

Comments
 (0)