Skip to content

Commit 09f90cd

Browse files
Use joinPaths instead of explict slash
Co-authored-by: Michael Carroll <[email protected]>
1 parent 958f8c5 commit 09f90cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/src/AssimpLoader_TEST.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ TEST_F(AssimpLoader, LoadGlTF2BoxExternalTexture)
626626
{
627627
common::AssimpLoader loader;
628628
common::Mesh *mesh = loader.Load(
629-
common::testing::TestFile("data/gltf", "PurpleCube.gltf"));
629+
common::testing::TestFile("data", "gltf", "PurpleCube.gltf"));
630630

631631
EXPECT_STREQ("unknown", mesh->Name().c_str());
632632

0 commit comments

Comments
 (0)