Skip to content

Commit

Permalink
Fix license cfg test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jul 25, 2023
1 parent dbba1dc commit 41d54d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/licenses/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ mod test {
assert_eq!(validated.copyleft, LintLevel::Deny);
assert_eq!(validated.unused_allowed_license, LintLevel::Warn);
assert_eq!(validated.default, LintLevel::Warn);
assert_eq!(validated.allow_osi_fsf_free, BlanketAgreement::Osi);
assert_eq!(validated.allow_osi_fsf_free, BlanketAgreement::Both);
assert_eq!(
validated.allowed,
vec![
Expand Down

0 comments on commit 41d54d3

Please sign in to comment.