We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2eb98 commit e45c377Copy full SHA for e45c377
1 file changed
QueryBuilder.Tests/InfrastructureTests.cs
@@ -1,9 +1,10 @@
1
using System;
2
using System.Linq;
3
using SqlKata.Compilers;
4
+using SqlKata.Tests.Infrastructure;
5
using Xunit;
6
-namespace SqlKata.Tests.Infrastructure
7
+namespace SqlKata.Tests
8
{
9
public class InfrastructureTests : TestSupport
10
0 commit comments