Skip to content

Commit

Permalink
Update expectation
Browse files Browse the repository at this point in the history
An internal `send` was removed in
sorbet/sorbet@da74886
which affects the tests
  • Loading branch information
KaanOzkan committed Apr 23, 2024
1 parent 92d5818 commit e93f82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spoom/snapshot_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_snapshot_project
assert_equal(9, snapshot.classes)
assert_equal(1, snapshot.methods_with_sig)
assert_equal(13, snapshot.methods_without_sig)
assert_equal(6, snapshot.calls_typed)
assert_equal(5, snapshot.calls_typed)
assert_equal(1, snapshot.calls_untyped)
assert_equal(1, snapshot.methods_with_sig_excluding_rbis)
assert_equal(8, snapshot.methods_without_sig_excluding_rbis)
Expand All @@ -74,7 +74,7 @@ def test_snapshot_project_without_rbi
assert_equal(5, snapshot.classes)
assert_equal(1, snapshot.methods_with_sig)
assert_equal(8, snapshot.methods_without_sig)
assert_equal(6, snapshot.calls_typed)
assert_equal(5, snapshot.calls_typed)
assert_equal(1, snapshot.calls_untyped)
assert_equal(1, snapshot.methods_with_sig_excluding_rbis)
assert_equal(8, snapshot.methods_without_sig_excluding_rbis)
Expand Down

0 comments on commit e93f82a

Please sign in to comment.