summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-14 00:26:14 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-14 01:39:48 -0500
commitd72ddfc6adab997686c641cd481b24a9a34f3fc7 (patch)
tree8d6c97a6429a528c184b16e888a347f77949b082
parent2dad3e8060e98889459c756039e1110bcd247af9 (diff)
Delete calls printing output in tests
-rw-r--r--src/tests/integration_test_utils.rs13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/tests/integration_test_utils.rs b/src/tests/integration_test_utils.rs
index 7735a96b..a1ec62e3 100644
--- a/src/tests/integration_test_utils.rs
+++ b/src/tests/integration_test_utils.rs
@@ -306,7 +306,6 @@ ignored! 2
.set_cfg(|c| c.pager = None)
.set_cfg(|c| c.line_numbers = true)
.with_input(input)
- .inspect()
.expect_skip(
0,
r#"
@@ -316,20 +315,16 @@ ignored! 2
⋮ 1 │+2"#,
);
- DeltaTest::with(&[])
- .with_input(input)
- .inspect()
- .expect_skip(
- 4,
- r#"
+ DeltaTest::with(&[]).with_input(input).expect_skip(
+ 4,
+ r#"
1
2"#,
- );
+ );
DeltaTest::with(&["--raw"])
.with_input(input)
.explain_ansi()
- .inspect()
.expect_skip(
0,
"\n\