We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c8138 + 8073d6f commit 16470deCopy full SHA for 16470de
test/test_database.rb
@@ -621,7 +621,7 @@ def test_strict_mode
621
error = assert_raises SQLite3::SQLException do
622
db.execute('create index index_numbers_nope ON numbers ("nope");')
623
end
624
- assert_includes error.message, "no such column: nope"
+ assert_match(/no such column: "?nope"?/, error.message)
625
626
627
def test_load_extension_with_nonstring_argument
0 commit comments