Skip to content

Commit

Permalink
Fix compile error in MSQSelectTest. (#13456)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Nov 29, 2022
1 parent 5c520e0 commit 50963ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ public void testGroupByOnFooWithDurableStoragePathAssertions() throws IOExceptio
@Test
public void testMultiValueStringWithIncorrectType() throws IOException
{
final File toRead = getResourceAsTemporaryFile("/unparseable-mv-string-array.json");
final File toRead = MSQTestFileUtils.getResourceAsTemporaryFile(this, "/unparseable-mv-string-array.json");
final String toReadAsJson = queryFramework().queryJsonMapper().writeValueAsString(toRead.getAbsolutePath());

RowSignature rowSignature = RowSignature.builder()
Expand Down

0 comments on commit 50963ed

Please sign in to comment.