From 26bdc647b2a5b38e8bb5081f9acd8d70efd3afdf Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Tue, 3 Apr 2018 01:01:16 +0300 Subject: [PATCH] fix broken tests --- lifecycle/trial/discovery/unit.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecycle/trial/discovery/unit.d b/lifecycle/trial/discovery/unit.d index cfca337..699dc35 100644 --- a/lifecycle/trial/discovery/unit.d +++ b/lifecycle/trial/discovery/unit.d @@ -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