Skip to content

Commit

Permalink
git pls
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Feb 1, 2024
1 parent d96f7ae commit 38b5a37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1285,8 +1285,8 @@ record -> record.get("_airbyte_raw_id").asText(),
expectedRecordCount = 4;
}
assertAll(
() -> assertEquals(6, v1RawRecords.size()),
() -> assertEquals(6, v2RawRecords.size()));
() -> assertEquals(expectedRecordCount, v1RawRecords.size()),
() -> assertEquals(expectedRecordCount, v2RawRecords.size()));
v1RawRecords.forEach(v1Record -> {
final var v1id = v1Record.get("_airbyte_ab_id").asText();
assertAll(
Expand Down

0 comments on commit 38b5a37

Please sign in to comment.