Merge pull request #78015 from MewPurPur/Mom-can-we-have-a-new-Godot-logo-----We-have-a-new-Godot-logo-at-home-----The-new-Godot-logo-
Standardize and Optimize blue robot SVGs
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user