mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Test 31 days instead of 2
This commit is contained in:
parent
bacb1d9394
commit
11569e0c0f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user