Skip to content

Commit 461521f

Browse files
committed
sorbet: brew tc --update --suggest-typed on test files
1 parent 7daadae commit 461521f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Library/Homebrew/test/download_strategies/abstract_file_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typed: false
1+
# typed: true
22
# frozen_string_literal: true
33

44
require "download_strategy"

Library/Homebrew/test/test_bot_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# typed: true
1+
# typed: strict
22
# frozen_string_literal: true
33

44
require "dev-cmd/test-bot"
55

66
RSpec.describe Homebrew::TestBot do
7+
sig { returns(T.class_of(Homebrew::TestBot)) }
78
let(:klass) { Homebrew::TestBot }
89

910
describe "::setup_github_actions_sandbox!" do

0 commit comments

Comments
 (0)