From 0e22409a32d89003a51d4395c13b01ccba3f6d4c Mon Sep 17 00:00:00 2001 From: Coen van den Munckhof Date: Mon, 29 Nov 2021 22:50:12 +0100 Subject: [PATCH] typo --- src/EasyTestFile.Xunit/PackageDescription.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyTestFile.Xunit/PackageDescription.md b/src/EasyTestFile.Xunit/PackageDescription.md index 9fe1b4e..a5c0cb4 100644 --- a/src/EasyTestFile.Xunit/PackageDescription.md +++ b/src/EasyTestFile.Xunit/PackageDescription.md @@ -3,7 +3,7 @@ EasyTestFile is a library that simplifies the creation and usage of testfiles in unittests. Testfiles (like text, json, xml, binary, jpg, etc. etc.) are named based on the class and method name, are created if not exist, and are embedded as resource making sure the execution of the test is deterministic and do not rely on untracked files etc. -# EasyTestFile.Nunit +# EasyTestFile.XUnit This package is required when your project uses NUnit for unittesting. Make sure your test class is annotated with the attribute `[EasyTestFileXunit.UsesEasyTestFile]`.