From 11569e0c0f441441622b3b0fcce3ad34684efff5 Mon Sep 17 00:00:00 2001 From: Clare Sudbery Date: Sat, 8 Apr 2023 14:21:07 +0100 Subject: [PATCH] Test 31 days instead of 2 --- csharpcore/GildedRoseTests/TexttestFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharpcore/GildedRoseTests/TexttestFixture.cs b/csharpcore/GildedRoseTests/TexttestFixture.cs index cccaf5f9..e95c4e08 100644 --- a/csharpcore/GildedRoseTests/TexttestFixture.cs +++ b/csharpcore/GildedRoseTests/TexttestFixture.cs @@ -42,7 +42,7 @@ namespace GildedRoseTests var app = new GildedRose(Items); - int days = 2; + int days = 31; if (args.Length > 0) { days = int.Parse(args[0]) + 1;