diff options
| -rw-r--r-- | installer-downloader/tests/controller.rs | 2 | ||||
| -rw-r--r-- | mullvad-update/src/client/api.rs | 2 | ||||
| -rw-r--r-- | mullvad-update/src/version.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/installer-downloader/tests/controller.rs b/installer-downloader/tests/controller.rs index 3c7c56a3c1..0dce2e68e5 100644 --- a/installer-downloader/tests/controller.rs +++ b/installer-downloader/tests/controller.rs @@ -4,7 +4,7 @@ //! //! The tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions, //! then most likely the snapshots need to be updated. The most convenient way to review -//! changes to, and update, snapshots are by running `cargo insta review`. +//! changes to, and update, snapshots is by running `cargo insta review`. use insta::assert_yaml_snapshot; use installer_downloader::controller::AppController; diff --git a/mullvad-update/src/client/api.rs b/mullvad-update/src/client/api.rs index 90bb3e5745..37f54c8c62 100644 --- a/mullvad-update/src/client/api.rs +++ b/mullvad-update/src/client/api.rs @@ -96,7 +96,7 @@ mod test { // These tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions, // then most likely the snapshots need to be updated. The most convenient way to review - // changes to, and update, snapshots are by running `cargo insta review`. + // changes to, and update, snapshots is by running `cargo insta review`. /// Test HTTP version info provider /// diff --git a/mullvad-update/src/version.rs b/mullvad-update/src/version.rs index 8dff8beb59..7c627d57c2 100644 --- a/mullvad-update/src/version.rs +++ b/mullvad-update/src/version.rs @@ -171,7 +171,7 @@ mod test { // These tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions, // then most likely the snapshots need to be updated. The most convenient way to review - // changes to, and update, snapshots are by running `cargo insta review`. + // changes to, and update, snapshots is by running `cargo insta review`. /// Test version info response handler (rollout 1, x86) #[test] |
