Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 12, 2024
1 parent a69882b commit b4c6869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/jvm/src/test/scala/krop/route/ParamSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ParamSuite extends FunSuite {
paramOneParsesInvalid(Param.int, Seq("a", " ", "xyz"))
}

test("Paral.all parses valid parameters") {
test("Param.all parses valid parameters") {
paramAllParsesValid(
Param.seq,
Seq(Seq() -> Seq(), Seq("a", "b", "c") -> Seq("a", "b", "c"))
Expand Down

0 comments on commit b4c6869

Please sign in to comment.