Skip to content

Commit 3b8850a

Browse files
committed
Improved test [skip ci]
1 parent 73a80af commit 3b8850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pqxx_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void test_bit(pqxx::connection &conn) {
6565
assert(res.size() == 3);
6666
assert(res[0][0].as<std::string>() == embedding2);
6767
assert(res[1][0].as<std::string>() == embedding);
68-
assert(!res[2][0].as<std::optional<pgvector::HalfVector>>().has_value());
68+
assert(!res[2][0].as<std::optional<std::string>>().has_value());
6969
}
7070

7171
void test_sparsevec(pqxx::connection &conn) {

0 commit comments

Comments
 (0)