Skip to content

Commit

Permalink
Refactored deprecated Constraints constructor and added extra null ch…
Browse files Browse the repository at this point in the history
…eck for the QPT map
  • Loading branch information
AbdulRehman Faraj committed Jan 23, 2024
1 parent f5dbc7e commit e5b6bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

import static org.junit.Assert.*;

import static com.amazonaws.athena.connector.lambda.domain.predicate.Constraints.DEFAULT_NO_LIMIT;
import static com.amazonaws.athena.connector.lambda.metadata.ListTablesRequest.UNLIMITED_PAGE_SIZE_VALUE;
import static org.mockito.ArgumentMatchers.nullable;
import static org.mockito.Mockito.mock;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
package com.amazonaws.athena.connectors.neptune;

import static com.amazonaws.athena.connector.lambda.domain.predicate.Constraints.DEFAULT_NO_LIMIT;

import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.ArgumentMatchers.any;
Expand Down

0 comments on commit e5b6bda

Please sign in to comment.