Fixed namespace that was original an incorrect merge from v8 to v9 (#12347)

This commit is contained in:
Bjarke Berg
2022-05-04 08:10:27 +02:00
committed by GitHub
parent 14d3cd7163
commit 5636d4baf7
3 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
using NUnit.Framework;
using Umbraco.Core.Collections;
using Umbraco.Cms.Core.Collections;
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Core.Collections
{