Skip to content

Commit

Permalink
Update item_viewer_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 16, 2025
1 parent d9571a1 commit 05f3473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/geoblacklight_admin/item_viewer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ItemViewerTest < ActiveSupport::TestCase

test "should initialize with distributions and keys" do
assert_equal @distributions, @item_viewer.instance_variable_get(:@distributions)
assert_equal [:download, :image_map_layer, nil], @item_viewer.instance_variable_get(:@keys)
assert_equal [:image_map_layer, :download, nil], @item_viewer.instance_variable_get(:@keys)
end

test "should return correct viewer protocol based on preference order" do
Expand Down

0 comments on commit 05f3473

Please sign in to comment.