Skip to content

Commit

Permalink
Excluded Memory Cache from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Sep 12, 2024
1 parent eb834af commit 0852af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Frends.RabbitMQ.Publish/Frends.RabbitMQ.Publish/Publish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ private static string GetCacheKey(Connection connection)
return key;
}

[ExcludeFromCodeCoverage]
private static string GetCacheKeyFromMemoryCache(string cacheKey)
{
try
Expand Down

0 comments on commit 0852af0

Please sign in to comment.