summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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\