1
0
mirror of synced 2024-06-29 15:27:40 +00:00
Tapeti/Tapeti/Properties/AssemblyInfo.cs
Mark van Renswoude 178f0a4956 Implemented unit tests for QueueArguments attribute
Added proof-of-concept test for TapetiClient using Testcontainers.NET
Updated packages
2022-11-21 16:59:09 +01:00

3 lines
89 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Tapeti.Tests")]