Skip to content

Commit

Permalink
fix flaky dynamic object update test
Browse files Browse the repository at this point in the history
  • Loading branch information
seut committed Feb 24, 2015
1 parent cc1bbda commit ff9b8e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ public void testUpdateResetNestedNestedObject() throws Exception {
execute("insert into test values (?)", new Object[]{map});
assertEquals(1, response.rowCount());
refresh();
waitNoPendingTasksOnAll();

Map<String, Object> new_map = new HashMap<>();
new_map.put("a", 1);
Expand Down

0 comments on commit ff9b8e5

Please sign in to comment.