Skip to content

Commit d102abc

Browse files
committed
Fix identation on mysql::db spec test
1 parent fa48051 commit d102abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/mysql_db_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'/foo/test/test-1.2.3/schema/test.sql',
108108
'/foo/test/test-1.2.3/schema/foo.test.sql',
109109
'/foo/foo.t1.t2.t3/foo.test-1.2.3/test.test.schema/test..app.sql',
110-
'/foo/foo.t1.t2...t3/foo.test-1.2.3/test.test.schema/test.app.sql',
110+
'/foo/foo.t1.t2...t3/foo.test-1.2.3/test.test.schema/test.app.sql',
111111
].each do |path|
112112
it "succeeds when provided '#{path}' as a value to the 'sql' parameter" do
113113
params['sql'] = [path]

0 commit comments

Comments
 (0)