UnitTest Name Error
This commit is contained in:
@@ -30,7 +30,7 @@ namespace DakotaUnitTest
|
||||
[TestMethod]
|
||||
public void ValidateRequest()
|
||||
{
|
||||
var req = new GkvClientSumRequest();
|
||||
var req = new GkvClientSumRequestJson();
|
||||
req.Tenant = "1234567890";
|
||||
req.GkvSecretKey = "gG4qtB5g5G45345bg35bg5";
|
||||
req.Start = new DateTime(2024, 12, 1);
|
||||
|
||||
Reference in New Issue
Block a user