fix(assets): a mistake in tests

This commit is contained in:
light7734 2025-10-08 06:28:34 +03:30
parent 5fbd9282d1
commit 054af3fd8f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -60,7 +60,7 @@ Suite packing = "shader_pack"_suite = [] {
auto stream = std::ifstream {
out_path,
std::ios::binary | std::ios::beg,
std::ios::binary,
};
expect_true(stream.is_open());