Skip to content

Commit

Permalink
committing unit test work
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Feb 5, 2020
1 parent 7b6e013 commit a3e75cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Nexmo.Api.Test.Unit/SmsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,11 @@ public void TestDLRStruct()
Assert.Equal(castObject.message_timestamp, System.DateTime.Parse("2020-01-01T12:00:00.000+00:00",ci));

}

[Fact]
public void TestSendSmsWithSig()
{

}
}
}

0 comments on commit a3e75cb

Please sign in to comment.