Skip to content

Commit

Permalink
Change name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 17, 2013
1 parent 2aa70b7 commit 4c87338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServiceStack.Common.Tests/UrlExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void Can_use_non_default_for_nullable_value_types_on_querystring()
}

[Test]
public void Starting_slash_test_Fails()
public void Can_combine_Uris_with_toUrl()
{
var serviceEndpoint = new Uri("http://localhost/api/", UriKind.Absolute);
var actionUrl = new Uri(new JustId { Id = 1 }.ToUrl("GET").Substring(), UriKind.Relative);
Expand Down

0 comments on commit 4c87338

Please sign in to comment.