Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3960de1

Browse files
committed
Move pgsql test to PostgreSQL.Tests
1 parent c3763a4 commit 3960de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ServiceStack.OrmLite.Tests/PostgreSqlDataTypesTests.cs renamed to src/ServiceStack.OrmLite.PostgreSQL.Tests/PostgreSqlDataTypesTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Collections.Generic;
22
using NUnit.Framework;
3-
using ServiceStack.OrmLite.PostgreSQL;
3+
using ServiceStack.OrmLite.Tests;
44

5-
namespace ServiceStack.OrmLite.Tests
5+
namespace ServiceStack.OrmLite.PostgreSQL.Tests
66
{
77
public class PostgreSqlTypes
88
{

0 commit comments

Comments
 (0)