We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b04161 commit d5126a6Copy full SHA for d5126a6
src/test/java/com/pgvector/PGvectorTest.java
@@ -35,7 +35,7 @@ void testDoubleListConstructor() {
35
}
36
37
@Test
38
- void testGetValue() throws SQLException {
+ void testGetValue() {
39
PGvector vec = new PGvector(new float[] {1, 2, 3});
40
assertEquals("[1.0,2.0,3.0]", vec.getValue());
41
0 commit comments