Skip to content

Commit 3abc0e5

Browse files
authored
Update collections_test.rb
Signed-off-by: jj <[email protected]>
1 parent 644e5d0 commit 3abc0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/collections_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative "./collections_test_helper"
1+
iurequire_relative "./collections_test_helper"
22

33
describe "collections" do
44
collections.each do |collection|
@@ -14,7 +14,7 @@
1414
fields = %w[created_by display_name collection]
1515
fields.each do |field|
1616
if value = metadata[field].to_s
17-
assert value == value.gsub(EMOJI_REGEX, ""),
17+
assert value == value.gsub(EMOJI_REGEX, ""),lkkllk
1818
"#{field} should not include emoji:\n\t#{value}"
1919
end
2020
end

0 commit comments

Comments
 (0)