Skip to content

Commit

Permalink
Ignore warning from srb tc in test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Apr 23, 2024
1 parent e961e25 commit f56ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spoom/context/sorbet_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_context_run_srb_from_bundle

context.write_sorbet_config!(".")
res = context.srb("tc")
assert_equal(<<~ERR, res.err)
assert_includes(res.err, <<~ERR)
a.rb:3: Method `foo` does not exist on `T.class_of(<root>)` https://srb.help/7003
3 |foo(42)
^^^
Expand Down

0 comments on commit f56ab12

Please sign in to comment.