Skip to content

Commit 482c277

Browse files
committed
removed unittests
1 parent b709b00 commit 482c277

File tree

6 files changed

+2
-96
lines changed

6 files changed

+2
-96
lines changed

CustomCommands/Services/PluginUtilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public PluginUtilities(IPluginGlobals PluginGlobals)
1919
public string[] SplitStringByCommaOrSemicolon(string str)
2020
{
2121
return Regex.Split(str, ",|;|\\s")
22-
.Where(s => !string.IsNullOrEmpty(s))
23-
.ToArray();
22+
.Where(s => !string.IsNullOrEmpty(s))
23+
.ToArray();
2424
}
2525

2626
public void ExecuteServerCommands(Commands cmd)

UnitTests/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

UnitTests/GlobalUsings.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

UnitTests/PluginUtilitiesTests.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

UnitTests/SetupServiceCollection.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

UnitTests/UnitTests.csproj

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)