Skip to content

Commit 70ca395

Browse files
committed
Fixed CI
1 parent 8132687 commit 70ca395

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
@@ -287,7 +287,7 @@ void test_sparsevec_from_string() {
287287
auto unused = pqxx::from_string<pgvector::SparseVector>("{1:4e38}/1");
288288
assert(false);
289289
} catch (const pqxx::conversion_error& e) {
290-
assert(std::string_view(e.what()) == "Could not convert string to numeric value: '4e38'." || std::string_view(e.what()) == "Could not convert '4e38' to float");
290+
assert(std::string_view(e.what()) == "Could not convert string to numeric value: '4e38'." || std::string_view(e.what()) == "Could not convert '4e38' to float: Invalid argument.");
291291
}
292292

293293
try {

0 commit comments

Comments
 (0)