about summary refs log tree commit diff
path: root/IRCTokens/Tests/Parser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCTokens/Tests/Parser.cs')
-rw-r--r--IRCTokens/Tests/Parser.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/IRCTokens/Tests/Parser.cs b/IRCTokens/Tests/Parser.cs
index bd0a92d..a560793 100644
--- a/IRCTokens/Tests/Parser.cs
+++ b/IRCTokens/Tests/Parser.cs
@@ -21,7 +21,7 @@ namespace IRCTokens.Tests
         }
 
         [TestMethod]
-        public void TestSplit()
+        public void Split()
         {
             foreach (var test in LoadYaml<SplitModel>("Tests/Data/msg-split.yaml").Tests)
             {
@@ -38,7 +38,7 @@ namespace IRCTokens.Tests
         }
 
         [TestMethod]
-        public void TestJoin()
+        public void Join()
         {
             foreach (var test in LoadYaml<JoinModel>("Tests/Data/msg-join.yaml").Tests)
             {