Skip to content

Commit

Permalink
Add test for datafaker issue 1170
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Apr 25, 2024
1 parent 2a18dce commit 78089d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ void issue1168() {
(new Faker()).idNumber().valid();
(new Faker()).regexify("[a-z]{6}");
}

@Test
void issue1170() {
new Faker().locality().localeString();
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>

<properties>
<datafaker.version>2.2.1</datafaker.version>
<datafaker.version>2.2.2</datafaker.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit 78089d3

Please sign in to comment.