Naming Convention fix
This commit is contained in:
parent
f0670b081c
commit
2cfd01f06f
1 changed files with 1 additions and 1 deletions
16
src/tests/InputInterpreterTests.cs
Normal file
16
src/tests/InputInterpreterTests.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
namespace tests
|
||||
{
|
||||
public class InputInterpreterTests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue