Skip to content

Commit

Permalink
remove exported material after the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotonon committed Jun 2, 2024
1 parent 67ea1b5 commit 598ce3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MeshImporterExporter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ TEST_F(MeshImporterExporterTest, Exporter_ValidSceneNodeAndEntityAndUri_ReturnZe

// Clean up
QFile::remove("./exported.mesh");
QFile::remove("./exported.material");
QFile::remove("./exported.mesh.xml");
QFile::remove("./exported.skeleton.xml");
QFile::remove("./exported.x");
Expand Down

0 comments on commit 598ce3e

Please sign in to comment.