Skip to content

Commit

Permalink
Lints missed because they are in tests.
Browse files Browse the repository at this point in the history
The import was not used.
  • Loading branch information
Serock3 committed Jan 5, 2024
1 parent 99f5cfd commit f463d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-daemon/src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ mod test {
);

assert!(
settings.block_when_disconnected == false,
!settings.block_when_disconnected,
"The daemon should not block the internet if settings are missing"
);
}
Expand Down

0 comments on commit f463d1b

Please sign in to comment.