Skip to content

Commit

Permalink
Correct bad merge in 10ac900
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Aug 24, 2016
1 parent 10ac900 commit 0b31daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/System.Web.Http.Test/Controllers/ApiControllerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public async Task Setting_CustomActionSelector()
CancellationToken.None);

// Assert
Assert.Equal("User deleted", await message.Content.ReadAsStringAsync());
Assert.Equal("User Deleted", await message.Content.ReadAsStringAsync());
}

[Fact]
Expand Down

0 comments on commit 0b31daf

Please sign in to comment.