Skip to content

Commit 9fa1d90

Browse files
committed
fix: Make UnitTestConfig partial so it can be expanded upon in other contexts.
1 parent 68622c9 commit 9fa1d90

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
@@ -28,7 +28,7 @@ namespace PlayEveryWare.EpicOnlineServices.Tests
2828

2929
[Serializable]
3030
[ConfigGroup("EOS Automated Test Configuration")]
31-
public class UnitTestConfig : EditorConfig
31+
public partial class UnitTestConfig : EditorConfig
3232
{
3333
/// <summary>
3434
/// The IP address of the machine running the EOS_DevAuthTool.

0 commit comments

Comments
 (0)