From 933a4f85604e21445c9bac8272d64cf3e6f65e00 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 22 Apr 2020 16:28:51 -0400 Subject: rename to IrcSharp also tidy up formatting with vs tools --- IrcStates/Tests/Motd.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 IrcStates/Tests/Motd.cs (limited to 'IrcStates/Tests/Motd.cs') diff --git a/IrcStates/Tests/Motd.cs b/IrcStates/Tests/Motd.cs new file mode 100644 index 0000000..8ca7f07 --- /dev/null +++ b/IrcStates/Tests/Motd.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace IrcStates.Tests +{ + [TestClass] + public class Motd + { + } +} -- cgit 1.4.1