Skip to content

Commit e320115

Browse files
committed
try and work around rspec bug maybe?
1 parent 000963c commit e320115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mysql2/error_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
let :error do
3131
client = Mysql2::Client.new(DatabaseCredentials['root'])
3232
begin
33-
client.query("造字")
33+
client.query("\xE9\x80\xA0\xE5\xAD\x97")
3434
rescue Mysql2::Error => e
3535
error = e
3636
ensure

0 commit comments

Comments
 (0)