Skip to content

Commit 822c1f7

Browse files
committed
test new breaking change
1 parent 7ab46ae commit 822c1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CommonLib/Processors/CertAbuseProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class CertAbuseProcessor
2525
public event ComputerStatusDelegate ComputerStatusEvent;
2626

2727
//TODO: temp change to test github build pipeline
28-
public CertAbuseProcessor(ILdapUtils utils, IRegistryAccessor registryAccessor, ISAMServerAccessor samServerAccessor, String TEST_LIBRARY_BREAKING_CHANGE, ILogger log = null) {
28+
public CertAbuseProcessor(ILdapUtils utils, IRegistryAccessor registryAccessor, ISAMServerAccessor samServerAccessor, String TEST_LIBRARY_BREAKING_CHANGE_NEW_VERSION, ILogger log = null) {
2929
_utils = utils;
3030
_registryAccessor = registryAccessor;
3131
_samServerAccessor = samServerAccessor;

0 commit comments

Comments
 (0)