Skip to content

Commit 8b2f8ef

Browse files
authored
picked a random test to fail
1 parent 0f91cce commit 8b2f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/DesignTimeBuildTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void The_design_time_build_succeeds_before_nuget_restore(string relativeP
4545
command.WorkingDirectory = projectDirectory;
4646
var result = command.Execute(args);
4747

48-
result.Should().Pass();
48+
result.Should().Fail();
4949
}
5050

5151
[Fact]

0 commit comments

Comments
 (0)