Skip to content

Commit

Permalink
fix ctor in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-nori committed Nov 19, 2024
1 parent b1dfc13 commit 6288de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ public void testDropTableWithPurge() {
.containsEntry(PolarisCredentialProperty.AWS_SECRET_KEY, SECRET_ACCESS_KEY)
.containsEntry(PolarisCredentialProperty.AWS_TOKEN, SESSION_TOKEN);
FileIO fileIO =
new TaskFileIOSupplier(createMockMetaStoreManagerFactory(), new DefaultFileIOFactory())
new TaskFileIOSupplier(createMockMetaStoreManagerFactory(), new DefaultFileIOFactory(), false)
.apply(taskEntity);
Assertions.assertThat(fileIO).isNotNull().isInstanceOf(InMemoryFileIO.class);
}
Expand Down

0 comments on commit 6288de6

Please sign in to comment.