Skip to content

Commit

Permalink
Fix Widgets::WirelessNetworks unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 23, 2021
1 parent 78a6129 commit 1670fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/y2network/widgets/wireless_networks_test.rb
Expand Up @@ -38,7 +38,7 @@
it "refreshes the list of networks" do
expect(subject).to receive(:change_items) do |args|
expect(args).to eq(
[["MY_WIFI", "MY_WIFI", "Master", 10, "54 Mb/s", 70, "WPA2"]]
[["MY_WIFI", "MY_WIFI", "Master", 10, "54 Mb/s", "100%", "WPA2"]]
)
end
subject.update([network])
Expand Down

0 comments on commit 1670fbc

Please sign in to comment.