mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-06 10:12:34 +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.IO;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using GildedRoseKata;
|
||||
using NUnit.Framework;
|
||||
|
||||
using VerifyNUnit;
|
||||
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace GildedRoseTests;
|
||||
|
||||
public class ApprovalTest
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<StartupObject>GildedRoseTests.TextTestFixture</StartupObject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user