Skip to content

Commit b1c25ac

Browse files
committed
Update test expectation
1 parent 9f6f900 commit b1c25ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spoom/cli/srb/lsp_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def foo(a)
3838
assert_equal(<<~MSG, result.err)
3939
Error: Sorbet returned typechecking errors for `/errors.rb`
4040
8:11-8:11: Not enough arguments provided for method `Foo#foo`. Expected: `1`, got: `0` (7004)
41-
5:2-5:5: Expected `String` but found `NilClass` for method result type (7005)
4241
3:2-3:5: Method `sig` does not exist on `T.class_of(Foo)` (fix available) (7003)
4342
3:8-3:14: Method `params` does not exist on `T.class_of(Foo)` (7003)
43+
5:2-5:5: Expected `String` but found `NilClass` for method result type (7005)
4444
9:0-9:3: Unable to resolve constant `Bar` (fix available) (5002)
4545
MSG
4646
end

0 commit comments

Comments
 (0)