Skip to content

Commit

Permalink
update version 1.3.6 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
HzjNeverStop committed Sep 2, 2021
1 parent 49ef20a commit 5bf6521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alipay.sofa.common</groupId>
<artifactId>sofa-common-tools</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testDefaultLocale() {
Assert.assertEquals("SOFA-TEST-11-11111: Unknown Code",
logCode2Description.convert("11-11111"));
Assert.assertEquals("SOFA-TEST-02-00000: ABC with argument 123",
logCode2Description.convert("02-00000", "ABC", 123));
logCode2Description.convert("02-00000", "ABC", 123));
}

@Test
Expand Down

0 comments on commit 5bf6521

Please sign in to comment.