Skip to content

Commit

Permalink
Fix InterfaceNaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 2, 2019
1 parent 35213cd commit 038740c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/y2network/widgets/interface_naming_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
let(:builder) do
instance_double(
Y2Network::InterfaceConfigBuilder,
interface: interface
interface: interface,
name: "eth0"
)
end

Expand Down

0 comments on commit 038740c

Please sign in to comment.