Skip to content

Commit

Permalink
Make test method public for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschanno committed Jul 2, 2024
1 parent ada7221 commit 12e4a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ public void testGetCountsForFieldsInDateRange_SingleFieldNoDatatypesMultiDayRang
}

@Test
void testGetQueryModel() throws TableNotFoundException, ExecutionException {
public void testGetQueryModel() throws TableNotFoundException, ExecutionException {
QueryModel queryModel = helper.getQueryModel(METADATA_TABLE_NAME, "TEST_MODEL");

// Assert the forward mappings.
Expand Down

0 comments on commit 12e4a14

Please sign in to comment.