Skip to content

Commit

Permalink
Merge pull request #210 from yast/fix_popup
Browse files Browse the repository at this point in the history
Fix popup
  • Loading branch information
jreidinger committed Feb 15, 2021
2 parents 646d87d + 72f53d4 commit 59cbd38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-services-manager.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 15 09:06:09 UTC 2021 - Josef Reidinger <jreidinger@suse.com>

- Adapted unit test to recent changes in Yast::Report (related to
bsc#1179893).
- 4.3.6

-------------------------------------------------------------------
Thu Aug 27 09:43:49 UTC 2020 - Martin Vidner <mvidner@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-services-manager.spec
Expand Up @@ -24,7 +24,7 @@
######################################################################

Name: yast2-services-manager
Version: 4.3.5
Version: 4.3.6
Release: 0
Summary: YaST2 - Services Manager
Group: System/YaST
Expand Down
1 change: 1 addition & 0 deletions test/services_manager_profile_test.rb
Expand Up @@ -191,6 +191,7 @@ module Yast
end

it "provides empty list of services" do
expect(Yast::Report).to receive(:Error)
expect(profile.services).to be_empty
end
end
Expand Down

0 comments on commit 59cbd38

Please sign in to comment.