Skip to content

Commit

Permalink
Update description of test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petesta committed Jan 8, 2017
1 parent 78b3beb commit 2a8601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/netaporter/uri/GithubIssueTests.scala
Expand Up @@ -185,7 +185,7 @@ class GithubIssueTests extends FlatSpec with Matchers with OptionValues {
uri.toString should equal("https://krownlab.com/products/hardware-systems/baldur/#baldur-top-mount%231")
}

"Github Issue 124" should "not be fixed" in {
"Github Issue #124" should "now be fixed" in {
val uri = Uri.parse("https://github.com")
uri.matrixParams should equal(Seq.empty)
}
Expand Down

0 comments on commit 2a8601f

Please sign in to comment.