10000 Fix propagation of inconclusive test messages · Folcon/libgit2sharp@fcd00fd · GitHub
[go: up one dir, main page]

Skip to content

Commit fcd00fd

Browse files
committed
Fix propagation of inconclusive test messages
1 parent 2a4ac3c commit fcd00fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected void InconclusiveIf(Func<bool> predicate, string message)
9292
return;
9393
}
9494

95-
Assert.Inconclusive();
95+
Assert.Inconclusive(message);
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)
0