Skip to content

Commit d3ad88f

Browse files
committed
refactor: remove testobject class
1 parent b73f70a commit d3ad88f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/Voxel.MiddyNet.HttpJsonBodyParserMiddleware.Tests/HttpJsonBodyParserMiddlewareShould.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@
1010

1111
namespace Voxel.MiddyNet.HttpJsonBodyParserMiddleware.Tests
1212
{
13-
public class TestObject
14-
{
15-
public string foo { get; }
16-
17-
public TestObject(string foo)
18-
{
19-
this.foo = foo;
20-
}
21-
}
22-
2313
public class HttpJsonBodyParserMiddlewareShould
2414
{
2515
[Fact]

0 commit comments

Comments
 (0)