From db210362f908251ea2b07fe067f0bb0320c05c8a Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 17 Jan 2025 22:11:01 -0500 Subject: [PATCH] fix this --- mocha-dotnet/tests/Mocha.Zq.Tests/IntegrationTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mocha-dotnet/tests/Mocha.Zq.Tests/IntegrationTests.cs b/mocha-dotnet/tests/Mocha.Zq.Tests/IntegrationTests.cs index 2f563c3..196f198 100644 --- a/mocha-dotnet/tests/Mocha.Zq.Tests/IntegrationTests.cs +++ b/mocha-dotnet/tests/Mocha.Zq.Tests/IntegrationTests.cs @@ -1,10 +1,11 @@ using System; using Mocha.Core; +using Mocha.Testing; using Mocha.Zq.Integration; namespace Mocha.Zq.Tests; -public class IntegrationTests : Mocha.Core.Tests.OmsTestsBase +public class IntegrationTests : OmsTestsBase { [Test]