Skip to content

Commit

Permalink
Handle really slow copies in the sequel -C test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 31, 2019
1 parent 779a9ab commit 3498ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def bin(opts={})
Finished creating indexes
Begin adding foreign key constraints
Finished adding foreign key constraints
Database copy finished in \\d\\.\\d+ seconds
Database copy finished in \\d+\\.\\d+ seconds
END
DB2.tables.sort_by{|t| t.to_s}.must_equal [:a, :b]
DB[:a].all.must_equal [{:a=>1, :name=>'foo'}]
Expand Down

0 comments on commit 3498ccd

Please sign in to comment.