Browse Source

Let's separate

Piotr Czajkowski 1 year ago
parent
commit
793d5fbdca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ExcelORM/ExcelORMTests/ReaderTests.cs

+ 1 - 1
ExcelORM/ExcelORMTests/ReaderWriterTests.cs → ExcelORM/ExcelORMTests/ReaderTests.cs

@@ -2,7 +2,7 @@ using ExcelORM;
 
 
 namespace ExcelORMTests;
 namespace ExcelORMTests;
 
 
-public class ReaderWriterTests
+public class ReaderTests
 {
 {
     private const string RegularFile = "testFiles/first.xlsx";
     private const string RegularFile = "testFiles/first.xlsx";
     private const string HiddenFile = "testFiles/hidden.xlsx";
     private const string HiddenFile = "testFiles/hidden.xlsx";