summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-10 13:25:18 +0100
committerMartin Nordholts <enselic@gmail.com>2021-01-10 13:25:18 +0100
commitdd6f57e1073100ab0f85f272177efe9568550940 (patch)
tree63b80289ab442b5368d87d4287018fede6f1b912 /tests
parentdfe7a601402b974b57f8f103fe5dfec69b69f14a (diff)
pager.rs: Some comment fixups
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index 49aea8b9..d2697564 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -91,7 +91,7 @@ fn restore_path(original_path: String) {
fn with_mocked_versions_of_more_and_most_in_path(actual_test: fn()) {
let original_path = prepend_dir_to_path_env_var(get_mocked_pagers_dir());
- // Make sure our own variants of 'more' and 'most' is used
+ // Make sure our own variants of 'more' and 'most' are used
Command::new(mocked_pager("more"))
.assert()
.success()