Skip to content

Commit

Permalink
Resolve temporary issue preventing metadata test to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Jul 20, 2018
1 parent d4f9003 commit 138fcbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Postmark.Tests/ClientSendingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public async void Client_CanSendAndGetOutboundMessageDetailsWithMetadata()
// prime the test for a future go-round (this ensures this test can run quickly,
// but it's also a bit of a hack.
var metadata = new Dictionary<string, string>() {
{"client-test", "value-goes-here"},
{"client-test2", "more-goes-here"}
{"client-test", "value-goes-here"}
};

await _client.SendMessageAsync(
Expand Down

0 comments on commit 138fcbc

Please sign in to comment.