Skip to content

Commit

Permalink
DataModelPerformanceTests doesn't need to inherit from DataModelTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 29, 2024
1 parent 812eeeb commit 2690f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Harmony.Tests/DataModelPerformanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace SIL.Harmony.Tests;

public class DataModelPerformanceTests(ITestOutputHelper output) : DataModelTestBase
public class DataModelPerformanceTests(ITestOutputHelper output)
{
[Fact]
public void AddingChangePerformance()
Expand Down

0 comments on commit 2690f71

Please sign in to comment.