Skip to content

Commit 016102b

Browse files
authored
Fix failing rubocop
This line was 6 characters too long for rubocop.
1 parent c81d747 commit 016102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/collections_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
it "fails if a user, organization, or repository has been renamed or removed" do
140140
if ENV["SKIP_COLLECTION_API_CHECKS"]
141-
skip "Skipping collection API checks (rename detection handled by collections-renames workflow)"
141+
skip "Skipping collection API checks (rename detection handled by collections-renames)"
142142
end
143143

144144
errors = []

0 commit comments

Comments
 (0)