Skip to content

Commit 8dd8974

Browse files
authored
Change default test suite db to 1 (#49)
* Change test suite db to 15 * change db to 1
1 parent 9be4e02 commit 8dd8974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
require "kredis"
88

9-
Kredis.configurator = Class.new { def config_for(name) {} end }.new
9+
Kredis.configurator = Class.new { def config_for(name) { db: "1" } end }.new
1010

1111
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
1212

0 commit comments

Comments
 (0)