Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhoek committed Oct 15, 2024
1 parent e9cf08a commit 8cf3888
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ void testArrayConversionToMap() {
void testWorkingValidationForEmailArray() {
List<Column> columns = List.of(column("SPAM blocklist", ColumnType.EMAIL_ARRAY));
Row row = row("SPAM blocklist", "bob@example.com,ros@example.com");

assertDoesNotThrow(() -> applyValidationAndComputed(columns, row));
}
}

0 comments on commit 8cf3888

Please sign in to comment.