Skip to content

Commit

Permalink
test: disable namespace check to not be warned by compiler (since we …
Browse files Browse the repository at this point in the history
…consider warnings as errors since recently)
  • Loading branch information
tnotheis committed Sep 18, 2024
1 parent 3a5a814 commit 54707ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
using FluentAssertions.Primitives;

// ReSharper disable once CheckNamespace
#pragma warning disable IDE0130
namespace FluentAssertions;
#pragma warning restore IDE0130

public class EntityAssertions : ObjectAssertions<Entity, EntityAssertions>
{
Expand Down

0 comments on commit 54707ce

Please sign in to comment.