Skip to content

Commit

Permalink
Remove expired TODO (#6586)
Browse files Browse the repository at this point in the history
* Remove expired TODO

* Format code
  • Loading branch information
ZZQ001010 committed Aug 9, 2021
1 parent fa2d4d0 commit d54789d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ public void testGetter() {

Assert.assertEquals(123, cacheData1.getTaskId());
Assert.assertTrue(cacheData1.isSyncWithServer());
//TODO FIX getType
// Assert.assertFalse("123",cacheData1.getType());
Assert.assertEquals("123", cacheData1.getType());
Assert.assertTrue(cacheData1.isUseLocalConfigInfo());
Assert.assertEquals(timeStamp, cacheData1.getLastModifiedTs().longValue());
Assert.assertEquals(timeStamp, cacheData1.getLocalConfigInfoVersion());
Expand Down

0 comments on commit d54789d

Please sign in to comment.