Skip to content

Commit

Permalink
Fix test after logical merge conflict
Browse files Browse the repository at this point in the history
Fix logical merge conflict between 79dc367
and 1dc391a.
  • Loading branch information
findepi committed Sep 20, 2022
1 parent 9485e42 commit b0b5af1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -266,8 +266,8 @@ public void testRefreshMaterializedView()

assertGlueMetastoreApiInvocations("REFRESH MATERIALIZED VIEW test_refresh_mview_view",
ImmutableMultiset.builder()
.addCopies(GET_TABLE, 9)
.addCopies(UPDATE_TABLE, 2)
.addCopies(GET_TABLE, 6)
.addCopies(UPDATE_TABLE, 1)
.build());
}
finally {
Expand Down

0 comments on commit b0b5af1

Please sign in to comment.