Skip to content

Commit 34efb3d

Browse files
committed
refactor: move SpanDelegates to Light.GuardClauses.ExceptionFactory namespace
Signed-off-by: Kenny Pflug <[email protected]>
1 parent b7c953e commit 34efb3d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Code/Light.GuardClauses.Tests/ExecuteReadOnlySpanAssertion.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#nullable enable
22
using System;
3+
using Light.GuardClauses.ExceptionFactory;
34

45
namespace Light.GuardClauses.Tests;
56

Code/Light.GuardClauses.Tests/Test.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System;
44
using FluentAssertions;
55
using FluentAssertions.Specialized;
6+
using Light.GuardClauses.ExceptionFactory;
67
using Xunit.Abstractions;
78
using Xunit.Sdk;
89

Code/Light.GuardClauses/SpanDelegates.cs renamed to Code/Light.GuardClauses/ExceptionFactory/SpanDelegates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Light.GuardClauses;
3+
namespace Light.GuardClauses.ExceptionFactory;
44

55
/// <summary>
66
/// Represents a delegate that receives a span and a value as parameters and that produces an exception.

0 commit comments

Comments
 (0)