Skip to content

Commit e125a80

Browse files
ishimmingsIan Shimmings
andauthored
Dummy test (#28)
Co-authored-by: Ian Shimmings <ian.shimmings@hotmail.com>
1 parent f493a58 commit e125a80

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BtmsGateway.Test/DummyTest.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
namespace BtmsGateway.Test;
2+
3+
public class DummyTest
4+
{
5+
[Fact]
6+
public void Test()
7+
{
8+
Assert.True(true);
9+
}
10+
}

0 commit comments

Comments
 (0)