Skip to content

Commit

Permalink
Update test_pck_packer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekisasu-JohnK committed Oct 16, 2024
1 parent c102523 commit cc02415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/io/test_pck_packer.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ TEST_CASE("[PCKPacker] Pack a PCK file with some files and directories") {
f->get_length() >= 18000,
"The generated non-empty PCK file should be large enough to actually hold the contents specified above.");
CHECK_MESSAGE(
f->get_length() <= 27000,
f->get_length() <= 37000,
"The generated non-empty PCK file shouldn't be too large.");
}
} // namespace TestPCKPacker
Expand Down

0 comments on commit cc02415

Please sign in to comment.