Skip to content

Commit

Permalink
fix broken 3.x test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Apr 27, 2014
1 parent ffd2a2a commit 29fd331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/immigrant_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class Author < MockModel
has_many :books, :finder_sql => <<-SQL
SELECT *
FROM books
WHERE author_id = \#{id}
WHERE author_id = \\\#{id}
ORDER BY RANDOM() LIMIT 5'
SQL
end
Expand Down

0 comments on commit 29fd331

Please sign in to comment.