tests: Fixed typo in test name
DynamiBlendConstantsNotBound -> DynamicBlendConstantsNotBound
Change-Id: If30b93d8cfb32dade686d44b615b772f6504ee17
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index 230a68c..5962f04 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -6397,7 +6397,7 @@
m_errorMonitor->VerifyFound();
}
-TEST_F(VkLayerTest, DynamiBlendConstantsNotBound) {
+TEST_F(VkLayerTest, DynamicBlendConstantsNotBound) {
TEST_DESCRIPTION(
"Run a simple draw calls to validate failure when Blend Constants "
"dynamic state is required but not correctly bound.");