From a074478f81c2d3c6f45607f9b11136c091228337 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Mon, 27 Nov 2023 21:46:52 -0500 Subject: [PATCH] Fix naming --- Source/UnrealFightingFramework/Tests/InputBufferTests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {