Skip to content

Commit 8413713

Browse files
committed
fix: Correct header for UnitTestConfig
1 parent e989de9 commit 8413713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Source/Editor/Configs/UnitTestConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace PlayEveryWare.EpicOnlineServices.Tests
2727
using System;
2828

2929
[Serializable]
30-
[ConfigGroup("EOS Automated Test Configuration")]
30+
[ConfigGroup("EOS Unit Test Configuration")]
3131
public partial class UnitTestConfig : EditorConfig
3232
{
3333
/// <summary>

0 commit comments

Comments
 (0)