Skip to content

Commit

Permalink
Update dbeam-core/src/test/java/com/spotify/dbeam/jobs/JdbcAvroJobTes…
Browse files Browse the repository at this point in the history
…t.java

Co-authored-by: Luís Bianchin <[email protected]>
  • Loading branch information
rulle-io and labianchin authored Aug 27, 2023
1 parent e55cc71 commit a46b1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public void shouldFailDueToMissingFieldInSchema() throws Exception {
// @Test(expected = ArrayIndexOutOfBoundsException.class)
public void shouldFailDueToProvidedSchemaWithFieldInWrongOrder() throws Exception {
final Path providedSchemaFile = testDir.resolve("provided_schema.avsc");
Files.write(providedSchemaFile, getSchemaWithFieldsInWrongOrder().getBytes());
Files.write(providedSchemaFile, TestAvroSchemas.getSchemaWithFieldsInWrongOrder().getBytes());
final Path outputPath = testDir.resolve("shouldRunJdbcAvroJob");
final String outputAvroFile =
outputPath.resolve("part-00000-of-00001.avro").toAbsolutePath().toString();
Expand Down

0 comments on commit a46b1fc

Please sign in to comment.