Skip to content

Commit

Permalink
Ensure tests using Faker<T> derive from SeededTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Sep 10, 2019
1 parent bcdcce0 commit 6939608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Bogus.Tests/StrictModeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Bogus.Tests
{
public class StrictModeTests
public class StrictModeTests : SeededTest
{
[Fact]
public void should_throw_exception_on_incomplete_rules()
Expand Down
2 changes: 1 addition & 1 deletion Source/Bogus.Tests/ValidationDeltaTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Bogus.Tests
{
public class ValidationDeltaTests
public class ValidationDeltaTests : SeededTest
{
[Fact]
public void should_be_valid_and_not_throw_exception_on_complete_rules_with_ignore()
Expand Down

0 comments on commit 6939608

Please sign in to comment.