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.
1 parent 6087968 commit 0917ff5Copy full SHA for 0917ff5
spec/mysql2/error_spec.rb
@@ -4,7 +4,7 @@
4
describe Mysql2::Error do
5
before(:each) do
6
begin
7
- client = Mysql2::Client.new(DatabaseCredentials['root'].merge(:encoding => "big5"))
+ client = Mysql2::Client.new(DatabaseCredentials['root'].merge(:encoding => "utf8"))
8
client.query("HAHAHA")
9
rescue Mysql2::Error => e
10
@error = e
0 commit comments