Test 31 days instead of 2

This commit is contained in:
Clare Sudbery 2023-04-08 14:21:07 +01:00
parent bacb1d9394
commit 11569e0c0f

View File

@ -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;