tests: fix an order of chains in the list

pull/1900/head
Victor Baranov 6 years ago
parent e80030d5b4
commit 4d6f5e7139
  1. 10
      apps/block_scout_web/test/block_scout_web/views/layout_view_test.exs

@ -165,16 +165,16 @@ defmodule BlockScoutWeb.LayoutViewTest do
title: "POA Core",
url: "https://blockscout.com/poa/core"
},
%{
title: "POA Sokol",
url: "https://blockscout.com/poa/sokol",
test_net?: true
},
%{
title: "RSK Mainnet",
url: "https://blockscout.com/rsk/mainnet",
other?: true
}
%{
title: "POA Sokol",
url: "https://blockscout.com/poa/sokol",
test_net?: true
}
]
end
end

Loading…
Cancel
Save