Skip to content

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Apr 2, 2018
1 parent ab4ed76 commit 26bdc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle/trial/discovery/unit.d
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ unittest
auto testDiscovery = new UnitTestDiscovery;

testDiscovery.discoverTestCases(__FILE__).map!(a => a.name)
.array.should.contain("unnamed test at line 774");
.array.should.contain("unnamed test at line 776");
}

/// discoverTestCases should find the same tests like testCases
Expand Down

0 comments on commit 26bdc64

Please sign in to comment.