Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Aug 23, 2024
1 parent b69c82b commit f5381c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_css_parser_loading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_loading_a_string

def test_following_at_import_rules_local
base_dir = File.expand_path('fixtures', __dir__)
@cp.load_file!('import1.css', base_dir)
@cp.load_file!('import1.css', base_dir: base_dir)

# from '/import1.css'
assert_equal 'color: lime;', @cp.find_by_selector('div').join(' ')
Expand Down

0 comments on commit f5381c2

Please sign in to comment.