We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e9e29 commit 4715727Copy full SHA for 4715727
src/test/java/org/tarantool/jdbc/JdbcPreparedStatementIT.java
@@ -1,7 +1,6 @@
1
package org.tarantool.jdbc;
2
3
import org.junit.jupiter.api.AfterEach;
4
-import org.junit.jupiter.api.Disabled;
5
import org.junit.jupiter.api.Test;
6
import org.junit.jupiter.api.function.Executable;
7
@@ -218,7 +217,6 @@ public void testSetBigDecimal() throws SQLException {
218
217
.testSetParameter();
219
}
220
221
- @Disabled("Issue#45. Binary string is reported back as char string by tarantool")
222
@Test
223
public void testSetByteArray() throws SQLException {
224
makeHelper(byte[].class)
0 commit comments