Skip to content

Commit

Permalink
[ROCKETMQ-53] Polish unit tests for rocketmq-common
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Jan 22, 2017
1 parent eaa5ba5 commit 23d7e82
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ public void testProperties2String() {
assertThat(properties.getProperty("demoName")).isEqualTo("TestDemo");
}

@Test
public void testTimeMillisToHumanString() {
assertThat(UtilAll.timeMillisToHumanString(1485078178610L)).isEqualTo("20170122174258610");
}

@Test
public void testIsPropertiesEqual() {
final Properties p1 = new Properties();
Expand Down

0 comments on commit 23d7e82

Please sign in to comment.