Skip to content

Commit 99ca9a0

Browse files
authored
Removed conflicted lines (#2506)
1 parent 85de25e commit 99ca9a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableStatementTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import java.util.TimeZone;
2323
import java.util.UUID;
2424

25+
import com.microsoft.sqlserver.jdbc.SQLServerDataTable;
2526
import com.microsoft.sqlserver.testframework.PrepUtil;
26-
import org.junit.Assert;
2727
import org.junit.jupiter.api.AfterAll;
2828
import org.junit.jupiter.api.BeforeAll;
2929
import org.junit.jupiter.api.Tag;
@@ -121,9 +121,6 @@ public void testCallableStatementClosedConnection() {
121121
fail(TestResource.getResource("R_expectedFailPassed"));
122122
} catch (Exception e) {
123123
assertEquals(TestResource.getResource("R_statementClosed"), e.getMessage());
124-
=======
125-
createSimpleRetValSproc();
126-
>>>>>>> 4c6227ab (Revert Execute Stored Procedure directly feature (#2488))
127124
}
128125
}
129126

0 commit comments

Comments
 (0)