Skip to content

Commit 1434c10

Browse files
committed
refs and cleanup
1 parent aa62a5d commit 1434c10

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/Tests/Samples.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[TestFixture]
1+
using VerifyTests.EmailPreviewServices;
2+
3+
[TestFixture]
24
public class Samples
35
{
46
#region html

src/Verify.EmailPreviewServices/EmailPreview.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace VerifyTests;
1+
namespace VerifyTests.EmailPreviewServices;
22

33
public class EmailPreview
44
{

src/Verify.EmailPreviewServices/GlobalUsings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
global using EmailPreviewServices;
55
global using SixLabors.ImageSharp;
66
global using SixLabors.ImageSharp.PixelFormats;
7-
global using SixLabors.ImageSharp.Processing;
7+
global using SixLabors.ImageSharp.Processing;
8+
global using VerifyTests.EmailPreviewServices;

0 commit comments

Comments
 (0)