Skip to content

Commit 8151094

Browse files
committed
Update expectation on require since the file is not loaded in the same way
Signed-off-by: Alexandre Terrasa <[email protected]>
1 parent c116258 commit 8151094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/tapioca/cli/dsl_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ class Post
26362636
OUT
26372637

26382638
err = %r{
2639-
tapioca/tests/dsl_spec/project/sorbet/tapioca/extensions/test\.rb:2:in\s['`]<top\s\(required\)>':\s
2639+
tapioca/tests/dsl_spec/project/sorbet/tapioca/extensions/test\.rb:2:in\s['`]<compiled>':\s
26402640
Raising\sfrom\stest\sextension\s\(RuntimeError\)
26412641
}x
26422642
assert_stderr_includes_pattern(result, err)

0 commit comments

Comments
 (0)