From fb70e46dc0009c69f617135b0249cdda31b978bf Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 8 Dec 2021 21:28:44 -0800 Subject: 09 :) --- 08/tests/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '08/tests') diff --git a/08/tests/main.rs b/08/tests/main.rs index e9b1eb4..0d8f9ba 100644 --- a/08/tests/main.rs +++ b/08/tests/main.rs @@ -5,12 +5,12 @@ use std::process::Command; #[test] fn personal_input() -> Result<(), Box> { - let mut command = Command::cargo_bin("advent_07")?; + let mut command = Command::cargo_bin("advent_08")?; command.arg("input"); command.assert().success().stdout( - "343441\n\ - 98925151\n"); + "255\n\ + 982158\n"); Ok(()) } -- cgit 1.4.1