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]`.