Skip to content

Commit d5126a6

Browse files
committed
Improved test [skip ci]
1 parent 9b04161 commit d5126a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/pgvector/PGvectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void testDoubleListConstructor() {
3535
}
3636

3737
@Test
38-
void testGetValue() throws SQLException {
38+
void testGetValue() {
3939
PGvector vec = new PGvector(new float[] {1, 2, 3});
4040
assertEquals("[1.0,2.0,3.0]", vec.getValue());
4141
}

0 commit comments

Comments
 (0)