Skip to content
Snippets Groups Projects
Commit 970e9c13 authored by aboensch's avatar aboensch
Browse files

rename and adapt the respective test

issue #485
parent f51cefd8
No related branches found
No related tags found
1 merge request!154Feature/#485 notion separation of loaders and generators
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
SCENARIO("The Generic Material Loader can create Generic materials.", SCENARIO("The Generic Material Loader can create Generic materials.",
"[phx][phx::GenericMaterialGenerator]") { "[phx][phx::GenericMaterialGenerator]") {
GIVEN("A plain Generic Material Loader") { GIVEN("A plain Generic Material Generator") {
WHEN("We load a red material") { WHEN("We load a red material") {
auto materialResource = phx::ResourceUtils::LoadGenericMaterial( auto materialResource = phx::ResourceUtils::LoadGenericMaterial(
"generic_material", glm::vec3(1.f, 0.f, 0.f)); "generic_material", glm::vec3(1.f, 0.f, 0.f));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment