Skip to content

Commit

Permalink
renamed DataReaderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 20, 2023
1 parent 82f2b90 commit 913081d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace SoG_SGreader.Test
{
public class ReaderTests
public class DataReaderTests
{
private static List<Player> players = new List<Player>();

Expand Down
2 changes: 1 addition & 1 deletion SoG_SGreader.Test/SoG_SGreader.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ReaderTests.cs" />
<Compile Include="DataReaderTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 913081d

Please sign in to comment.