Skip to content

Commit 73eb3a4

Browse files
committed
Address CodeRabbit review feedback
1 parent d9da3b5 commit 73eb3a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/GotenbergSharpClient.Tests/PdfEngineOperationsTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public void PdfEngineBuilders_Encrypt_WithEmptyPassword_Throws()
113113

114114
#region Integration Tests
115115

116+
[Category("Integration")]
116117
[Test]
117118
public async Task FlattenPdf_Succeeds()
118119
{
@@ -128,6 +129,7 @@ public async Task FlattenPdf_Succeeds()
128129
result.Length.Should().BeGreaterThan(0);
129130
}
130131

132+
[Category("Integration")]
131133
[Test]
132134
public async Task RotatePdf_Succeeds()
133135
{
@@ -143,6 +145,7 @@ public async Task RotatePdf_Succeeds()
143145
result.Length.Should().BeGreaterThan(0);
144146
}
145147

148+
[Category("Integration")]
146149
[Test]
147150
public async Task EncryptPdf_Succeeds()
148151
{
@@ -158,6 +161,7 @@ public async Task EncryptPdf_Succeeds()
158161
result.Length.Should().BeGreaterThan(0);
159162
}
160163

164+
[Category("Integration")]
161165
[Test]
162166
public async Task WriteMetadata_Succeeds()
163167
{
@@ -177,6 +181,7 @@ public async Task WriteMetadata_Succeeds()
177181
result.Length.Should().BeGreaterThan(0);
178182
}
179183

184+
[Category("Integration")]
180185
[Test]
181186
public async Task ReadMetadata_ReturnsJson()
182187
{

0 commit comments

Comments
 (0)