Skip to content

Commit

Permalink
Test case fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy authored and Samy committed Nov 16, 2024
1 parent a6b4f19 commit 0661182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal class StringPatternTest {

@Test
fun `should generate 5 character long random string when min and max length are not specified`() {
assertThat(StringPattern().generate(Resolver()).toStringLiteral().length).isEqualTo(1)
assertThat(StringPattern().generate(Resolver()).toStringLiteral().length).isEqualTo(5)
}

@Test
Expand Down

0 comments on commit 0661182

Please sign in to comment.