From 8079dd2a895f8a55368761940eba5670e24d0411 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 7 Dec 2021 03:14:11 -0800 Subject: 07 --- 06/tests/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '06/tests') diff --git a/06/tests/main.rs b/06/tests/main.rs index ad291d8..829f000 100644 --- a/06/tests/main.rs +++ b/06/tests/main.rs @@ -5,12 +5,12 @@ use std::process::Command; #[test] fn personal_input() -> Result<(), Box> { - let mut command = Command::cargo_bin("advent_05")?; + let mut command = Command::cargo_bin("advent_06")?; command.arg("input"); command.assert().success().stdout( - "4655\n\ - 20500\n"); + "386536\n\ + 1732821262171\n"); Ok(()) } -- cgit 1.4.1