Skip to content

Commit dcb47d0

Browse files
committed
Moved attribute to the nested class.
1 parent 924c41f commit dcb47d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/Formats/Pdf/PdfReadDefinesTests/ThePasswordProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
namespace Magick.NET.Tests;
1010

11-
[Collection(nameof(IsolatedUnitTest))]
1211
public partial class PdfReadDefinesTests
1312
{
13+
[Collection(nameof(IsolatedUnitTest))]
1414
public class ThePasswordProperty
1515
{
1616
[Fact]

0 commit comments

Comments
 (0)