From 4cf1061e00993118847c24177ea2cc1e5455211d Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 20 Dec 2021 22:59:31 -0800 Subject: 21 --- 20/tests/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '20/tests') diff --git a/20/tests/main.rs b/20/tests/main.rs index 826e079..f681209 100644 --- a/20/tests/main.rs +++ b/20/tests/main.rs @@ -7,7 +7,7 @@ use std::process::Command; fn personal_input() -> Result<(), Box> { let mut command = Command::cargo_bin("advent_20")?; - command.arg("small"); + command.arg("input"); command.assert().success().stdout( "5573\n\ 20097\n"); -- cgit 1.4.1