From 591072f93c70b35201d8e14ba8c81d189c79b77a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 3 Apr 2019 09:42:09 +0200 Subject: [PATCH] #86 - Polishing Remove unused imports. Original pull request: #86. --- .../data/r2dbc/function/RowsFetchSpecExtensionsTests.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/kotlin/org/springframework/data/r2dbc/function/RowsFetchSpecExtensionsTests.kt b/src/test/kotlin/org/springframework/data/r2dbc/function/RowsFetchSpecExtensionsTests.kt index 78596d4d..da60d9a4 100644 --- a/src/test/kotlin/org/springframework/data/r2dbc/function/RowsFetchSpecExtensionsTests.kt +++ b/src/test/kotlin/org/springframework/data/r2dbc/function/RowsFetchSpecExtensionsTests.kt @@ -23,7 +23,6 @@ import org.assertj.core.api.Assertions.assertThat import org.assertj.core.api.Assertions.assertThatExceptionOfType import org.junit.Test import reactor.core.publisher.Mono -import java.lang.NullPointerException /** * Unit tests for [RowsFetchSpec] extensions.