Skip to content

Commit

Permalink
Class rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 15, 2021
1 parent cf3744a commit 76fe145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/system/src/lib/yast2/ui_plugin_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Yast
#
# More information: https://github.com/yast/yast-yast2/pull/1194
#
class UiPluginInfo < SharedLibInfo
class UIPluginInfo < SharedLibInfo
include Yast::Logger

# Constructor.
Expand Down
2 changes: 1 addition & 1 deletion library/system/test/ui_plugin_info_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def stored_proc_maps(scenario)
File.join(PROC_MAPS_PATH, "proc-maps-#{scenario}")
end

describe Yast::UiPluginInfo do
describe Yast::UIPluginInfo do
describe "#new" do
let(:subject) { described_class.new(maps_file) }

Expand Down

0 comments on commit 76fe145

Please sign in to comment.