Remove inconsistent spaces
This commit is contained in:
committed by
Juergen Hoeller
parent
8f21cb1a7c
commit
fb898e1727
@@ -112,7 +112,7 @@ public class SqlLobValueTests {
|
||||
lob.setTypeValue(preparedStatement, 1, Types.CLOB, "test");
|
||||
verify(creator).setClobAsAsciiStream(eq(preparedStatement), eq(1), inputStreamCaptor.capture(), eq(3));
|
||||
byte[] bytes = new byte[3];
|
||||
inputStreamCaptor.getValue().read(bytes );
|
||||
inputStreamCaptor.getValue().read(bytes);
|
||||
assertThat(bytes, equalTo(testContent));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user