Skip to content

Commit e598de0

Browse files
committed
Tests
1 parent 5bb8b10 commit e598de0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PrintZPL.Tests/Core/Services/PrintServiceTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public async Task PrintZPL_WithData_CallsTemplateService()
7070
}
7171
catch (Exception)
7272
{
73-
// Expected to fail due to no actual printer
7473
}
7574

7675
// Assert
@@ -91,7 +90,6 @@ public async Task PrintZPL_WithNullData_DoesNotCallTemplateService()
9190
}
9291
catch (Exception)
9392
{
94-
// Expected to fail due to no actual printer
9593
}
9694

9795
// Assert
@@ -112,10 +110,8 @@ public async Task PrintZPL_WithEmptyData_DoesNotCallTemplateService()
112110
}
113111
catch (Exception)
114112
{
115-
// Expected to fail due to no actual printer
116113
}
117114

118-
// Assert - Empty dictionary should NOT call template service since Count = 0
119115
_mockTemplateService.Verify(x => x.PopulateZplTemplate(It.IsAny<Dictionary<string, string>>(), It.IsAny<string>(), It.IsAny<string>()), Times.Never);
120116
}
121117

0 commit comments

Comments
 (0)