Skip to content

Commit 540d42c

Browse files
committed
Something got munged in this test
1 parent 4245575 commit 540d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/row_locking_test_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def self.shutdown; CreateEntries.down end
1717
# Simple SELECT ... FOR UPDATE test
1818
def test_select_all_for_update
1919
@row1_id = Entry.create!(:title => "row1").id
20-
all_locked = Entry.lock(true).load.map(&:id)
20+
all_locked_ids = Entry.lock(true).load.map(&:id)
2121
assert all_locked_ids.include?(@row1_id)
2222
end
2323

0 commit comments

Comments
 (0)