Skip to content

Commit

Permalink
Moved TypeDescriptionUtility to the Common folder/namespace. Updated …
Browse files Browse the repository at this point in the history
…the TypeDescriptionUtilitySpecs.cs class correspondingly. All actual uses of TypeDescriptionUtility already import this namespace so no other changes are needed.
  • Loading branch information
logiclrd committed Mar 16, 2022
1 parent 8642245 commit 2a4c162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,6 +1,6 @@
using System;

namespace FluentAssertions
namespace FluentAssertions.Common
{
internal static class TypeDescriptionUtility
{
Expand Down
@@ -1,6 +1,8 @@
using System.Collections.Generic;
using System.Linq;

using FluentAssertions.Common;

using Xunit;

namespace FluentAssertions.Specs
Expand Down

0 comments on commit 2a4c162

Please sign in to comment.