fix(assets): a mistake in tests
This commit is contained in:
parent
5fbd9282d1
commit
054af3fd8f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Suite packing = "shader_pack"_suite = [] {
|
||||||
|
|
||||||
auto stream = std::ifstream {
|
auto stream = std::ifstream {
|
||||||
out_path,
|
out_path,
|
||||||
std::ios::binary | std::ios::beg,
|
std::ios::binary,
|
||||||
};
|
};
|
||||||
expect_true(stream.is_open());
|
expect_true(stream.is_open());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue