diff --git a/test/spoom/snapshot_test.rb b/test/spoom/snapshot_test.rb index 2e224fb2..9e249dd8 100644 --- a/test/spoom/snapshot_test.rb +++ b/test/spoom/snapshot_test.rb @@ -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) @@ -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)