Skip to content

Commit

Permalink
fixed testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 10, 2024
1 parent 873b02d commit 9d115f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2storage/proposal_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def deep_copy
# Whether encryption must be used
# @return [Boolean]
def use_encryption
!encryption_method.nil?
!encryption_method.nil? || !encryption_password.nil?
end

def_delegators :@space_settings,
Expand Down

0 comments on commit 9d115f6

Please sign in to comment.