diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-08 20:00:18 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-12 18:12:40 +0200 |
commit | a8412c12dae1d505449dd58e5758f5be1cb7d923 (patch) | |
tree | dddc6a7a8212f683e3b05425fe6a19c7780dab10 /tests | |
parent | 0a0132ccf40b14d2ca8987193b3b07a5fe03a674 (diff) | |
download | redot-engine-a8412c12dae1d505449dd58e5758f5be1cb7d923.tar.gz |
Standardize and Optimize blue robot SVG
Co-authored-by: Andre Vallestero <39736205+AndreVallestero@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core/io/test_pck_packer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/io/test_pck_packer.h b/tests/core/io/test_pck_packer.h index 2f90a31bc0..fc4534a949 100644 --- a/tests/core/io/test_pck_packer.h +++ b/tests/core/io/test_pck_packer.h @@ -111,10 +111,10 @@ TEST_CASE("[PCKPacker] Pack a PCK file with some files and directories") { err == OK, "The generated non-empty PCK file should be opened successfully."); CHECK_MESSAGE( - f->get_length() >= 25000, + 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() <= 35000, + f->get_length() <= 27000, "The generated non-empty PCK file shouldn't be too large."); } } // namespace TestPCKPacker |