Skip to content

Commit

Permalink
unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 14, 2023
1 parent ec0f230 commit e435987
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 519 deletions.
14 changes: 1 addition & 13 deletions src/JasperFx.Core.Tests/FileHashingExtensionsTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
namespace JasperFx.Core.Tests
{

public class FileHashingExtensionsTester : IDisposable
public class FileHashingExtensionsTester
{
private readonly TestDirectory _testDirectory;

public FileHashingExtensionsTester()
{
_testDirectory = new TestDirectory();
_testDirectory.ChangeDirectory();
}

[Fact]
public void hash_by_modified_is_repeatable()
{
Expand Down Expand Up @@ -82,9 +74,5 @@ public void hash_group_of_files_by_modified_date()
hash5.ShouldNotBe(hash1);
}

public void Dispose()
{
_testDirectory.Dispose();
}
}
}
233 changes: 0 additions & 233 deletions src/JasperFx.Core.Tests/FileSetTester.cs

This file was deleted.

Loading

0 comments on commit e435987

Please sign in to comment.