changed package name in test to cover orm catalog

This commit is contained in:
collerek
2020-08-03 13:16:50 +02:00
parent 612f8d4604
commit 0e5d73e7dc

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
PACKAGE="async-orm"
PACKAGE="orm"
PREFIX=""
if [ -d 'venv' ] ; then