Skip to content

Commit

Permalink
Merge pull request #2046 from Shopify/ko/fix-ci-3
Browse files Browse the repository at this point in the history
Bump expected rack version in tests
  • Loading branch information
KaanOzkan authored Oct 15, 2024
2 parents 3948457 + 16b6c03 commit 03b121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tapioca/cli/gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ class Secret; end
assert_project_file_exist("sorbet/rbi/gems/[email protected]")
assert_project_file_exist("sorbet/rbi/gems/[email protected]")
assert_project_file_exist("sorbet/rbi/gems/[email protected]")
assert_project_file_exist("sorbet/rbi/gems/[email protected].9.rbi")
assert_project_file_exist("sorbet/rbi/gems/[email protected].10.rbi")
refute_project_file_exist("sorbet/rbi/gems/[email protected]")

assert_empty_stderr(result)
Expand Down

0 comments on commit 03b121b

Please sign in to comment.