We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ac900 commit 0b31dafCopy full SHA for 0b31daf
test/System.Web.Http.Test/Controllers/ApiControllerTest.cs
@@ -96,7 +96,7 @@ public async Task Setting_CustomActionSelector()
96
CancellationToken.None);
97
98
// Assert
99
- Assert.Equal("User deleted", await message.Content.ReadAsStringAsync());
+ Assert.Equal("User Deleted", await message.Content.ReadAsStringAsync());
100
}
101
102
[Fact]
0 commit comments