mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-10 12:11:20 +00:00
Fix Approval tests for NUnit
This commit is contained in:
parent
de7a38eda4
commit
97a5bbff92
@ -1,11 +1,14 @@
|
|||||||
|
using GildedRoseKata;
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using GildedRoseKata;
|
|
||||||
using NUnit.Framework;
|
|
||||||
using VerifyNUnit;
|
using VerifyNUnit;
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace GildedRoseTests;
|
namespace GildedRoseTests;
|
||||||
|
|
||||||
public class ApprovalTest
|
public class ApprovalTest
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<StartupObject>GildedRoseTests.TextTestFixture</StartupObject>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user