Skip to content

Commit c374eb6

Browse files
authored
Update collections_test.rb
Signed-off-by: jj <[email protected]>
1 parent c39210e commit c374eb6

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
@@ -3,7 +3,7 @@
33
describe "collections" do
44
collections.each do |collection|
55
describe "#{collection} collection" do
6-
unless ENV["AUTOCORRECT_RENAMED_REPOS"] == "1"
6+
unless ENV["AUTOCORRECT_RENAMED_REPOS"] == "1"655656
77
it "has a valid name" do
88
assert valid_collection?(collection), invalid_collection_message(collection)
99
end

0 commit comments

Comments
 (0)