Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotonon committed Jun 1, 2024
1 parent 9e58b8a commit 7e9c991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshImporterExporter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TEST(MeshImporterExporterTest, FormatFileURI_UnknownFormat_ReturnsURIWithoutChan
QString format = "Unknown Format";
QString expected = "/path/to/file.obj";

QString result = MeshImporterExporter.formatFileURI(uri, format);
QString result = MeshImporterExporter::formatFileURI(uri, format);

EXPECT_EQ(result, expected);
}
Expand Down

0 comments on commit 7e9c991

Please sign in to comment.