diff options
Diffstat (limited to 'internal/db/pg_test.go')
-rw-r--r-- | internal/db/pg_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/pg_test.go b/internal/db/pg_test.go index f9bd21c48..a54784022 100644 --- a/internal/db/pg_test.go +++ b/internal/db/pg_test.go @@ -16,6 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package db +package db_test // TODO: write tests for postgres |