Skip to content

Commit

Permalink
Test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Apr 4, 2024
1 parent 224d352 commit 9a000fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/ArtemisNetCoreClient.Tests/ProducerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ await producer.SendMessage(new Message
Durable = true,
Body = "test_payload"u8.ToArray()
}, default);


await producer.DisposeAsync();
}
}

0 comments on commit 9a000fb

Please sign in to comment.