Skip to content

Commit 68b06db

Browse files
committed
fix test
1 parent 5f28c56 commit 68b06db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/strategy_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class UidTest < StrategyTestCase
44
def setup
55
super
6-
strategy.stubs(:raw_info).returns({ 'objectId' => '123' })
6+
strategy.stubs(:raw_info).returns({ 'id' => '123' })
77
end
88

99
def test_return_id_from_raw_info

0 commit comments

Comments
 (0)