UnitTest Name Error

This commit is contained in:
2025-01-29 13:34:54 +01:00
parent 2a731fe165
commit 8be040daea

View File

@@ -30,7 +30,7 @@ namespace DakotaUnitTest
[TestMethod] [TestMethod]
public void ValidateRequest() public void ValidateRequest()
{ {
var req = new GkvClientSumRequest(); var req = new GkvClientSumRequestJson();
req.Tenant = "1234567890"; req.Tenant = "1234567890";
req.GkvSecretKey = "gG4qtB5g5G45345bg35bg5"; req.GkvSecretKey = "gG4qtB5g5G45345bg35bg5";
req.Start = new DateTime(2024, 12, 1); req.Start = new DateTime(2024, 12, 1);