We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62a5d commit 1434c10Copy full SHA for 1434c10
src/Tests/Samples.cs
@@ -1,4 +1,6 @@
1
-[TestFixture]
+using VerifyTests.EmailPreviewServices;
2
+
3
+[TestFixture]
4
public class Samples
5
{
6
#region html
src/Verify.EmailPreviewServices/EmailPreview.cs
@@ -1,4 +1,4 @@
-namespace VerifyTests;
+namespace VerifyTests.EmailPreviewServices;
public class EmailPreview
src/Verify.EmailPreviewServices/GlobalUsings.cs
@@ -4,4 +4,5 @@
global using EmailPreviewServices;
global using SixLabors.ImageSharp;
global using SixLabors.ImageSharp.PixelFormats;
7
-global using SixLabors.ImageSharp.Processing;
+global using SixLabors.ImageSharp.Processing;
8
+global using VerifyTests.EmailPreviewServices;
0 commit comments