Skip to content

Commit 93d5a84

Browse files
committed
adapted test
1 parent 97bdc2e commit 93d5a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public int SampleMethod()
597597
}
598598
else
599599
{
600-
Assert.NotEmpty(result.Documents);
600+
Assert.Empty(result.Documents);
601601
}
602602
}
603603

0 commit comments

Comments
 (0)