Skip to content

Commit 2aeaf5b

Browse files
committed
feat: remove unecessary exception
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 18a0d5a commit 2aeaf5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jnosql-elasticsearch/src/test/java/org/eclipse/jnosql/databases/elasticsearch/communication/QueryConverterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class QueryConverterTest {
5959
private DocumentDatabase.ElasticsearchClientAutoClosable elasticsearch;
6060

6161
@BeforeEach
62-
void setUp() throws IOException {
62+
void setUp() {
6363
this.elasticsearch = DocumentDatabase.INSTANCE.newElasticsearchClient();
6464
clearDatabase();
6565
}
@@ -155,7 +155,7 @@ void testSupportTermQuery() throws Exception {
155155
}
156156

157157
@Test
158-
void testSelect() throws Exception {
158+
void testSelect() {
159159

160160
Map<String, Object> map = new HashMap<>();
161161
map.put("_id", effectiveJava.id());

0 commit comments

Comments
 (0)