Skip to content

Commit

Permalink
#105: rename a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 4, 2024
1 parent 73db2aa commit 2e7bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/render/test_parse_render.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ParseRenderTest : public ::testing::TestWithParam<std::string> { };
/**
* Test ParseRender:parseAndRender correcty run the different configuration files
*/
TEST_P(ParseRenderTest, test_parse_config_and_render_no_png) {
TEST_P(ParseRenderTest, test_parse_render_no_png_generates_mesh_files_only) {
std::string const& config_file = GetParam();
auto parse_render =
ParseRender(fmt::format("{}/tests/config/{}", SRC_DIR, config_file));
Expand Down

0 comments on commit 2e7bca6

Please sign in to comment.