diff --git a/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp b/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp index ff0c727..95ccea7 100644 --- a/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp +++ b/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp @@ -1,4 +1,4 @@ -// Project Sword & Gun Copyright Kevin Poretti +// Unreal Fighting Framework by Kevin Poretti // FF includes #include "Input/FFInputBufferComponent.h" @@ -9,7 +9,7 @@ #if WITH_DEV_AUTOMATION_TESTS -IMPLEMENT_SIMPLE_AUTOMATION_TEST(FInputBufferTest, "FF.Input.InputBuffer", +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FInputBufferTest, "FightingFramework.Input.InputBuffer", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::ProductFilter) bool FInputBufferTest::RunTest(const FString& Parameters) {