Skip to content

Commit

Permalink
Add more tests on ShadowRule (#33574)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Nov 6, 2024
1 parent 7870f30 commit 84435cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ void assertGetHintShadowAlgorithms() {
@Test
void assertGetColumnShadowAlgorithms() {
assertThat(rule.getColumnShadowAlgorithms(ShadowOperationType.INSERT, "foo_tbl", "foo_id").size(), is(1));
assertTrue(rule.getColumnShadowAlgorithms(ShadowOperationType.INSERT, "foo_tbl", "bar_id").isEmpty());
}

@Test
Expand Down

0 comments on commit 84435cb

Please sign in to comment.