Skip to content

Commit 69e92df

Browse files
committed
Standardrb fixes
1 parent db2215c commit 69e92df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cases/dbconsole_test_sqlserver.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ class DbConsole < ActiveRecord::TestCase
55

66
it "uses sqlcmd to connect to database" do
77
subject.expects(:find_cmd_and_exec).with("sqlcmd", "-d", "db", "-U", "user", "-P", "secret", "-C", "-S",
8-
"tcp:localhost,1433")
8+
"tcp:localhost,1433")
99

1010
config = make_db_config(adapter: "sqlserver", database: "db", username: "user", password: "secret",
11-
host: "localhost", port: 1433, trust_server_certificate: true)
11+
host: "localhost", port: 1433, trust_server_certificate: true)
1212

1313
subject.dbconsole(config)
1414
end

0 commit comments

Comments
 (0)