Skip to content

Commit 336491c

Browse files
committedOct 6, 2024·
modify test to validate Rebranding image Test #6
1 parent f48bb50 commit 336491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/core/io/test_pck_packer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ TEST_CASE("[PCKPacker] Pack a PCK file with some files and directories") {
111111
err == OK,
112112
"The generated non-empty PCK file should be opened successfully.");
113113
CHECK_MESSAGE(
114-
f->get_length() >= 18000,
114+
f->get_length() >= 12000,
115115
"The generated non-empty PCK file should be large enough to actually hold the contents specified above.");
116116
CHECK_MESSAGE(
117117
f->get_length() <= 27000,

0 commit comments

Comments
 (0)
Please sign in to comment.