Skip to content

Commit

Permalink
Update IterableSerializerTest.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 21, 2021
1 parent 2530964 commit 63dd2f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ class IterableSerializerTest extends SerializerTest {
serialize(Seq(1, 2, 3)) should be("[1,2,3]")
}

it should "serialize a Array[Int]" in {
it should "serialize an Array[Int]" in {
serialize(Array(1, 2, 3)) should be("[1,2,3]")
}

Expand Down

0 comments on commit 63dd2f5

Please sign in to comment.