Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Apr 6, 2017
1 parent e911ec1 commit 571e231
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void when_use_with_based_ons_and_classes_filter_should_work()
.Classes()
.Scan();

scannedTypes.Count.Should().Be(4);
scannedTypes.Count.Should().Be(5);
}

[Fact]
Expand All @@ -147,7 +147,7 @@ public void when_use_with_based_ons_and_filter_should_work_and_returns_also_inte
.Filter()
.Scan();

scannedTypes.Count.Should().Be(5);
scannedTypes.Count.Should().Be(7);
}

[Fact]
Expand Down

0 comments on commit 571e231

Please sign in to comment.