diff --git a/scripts/test.sh b/scripts/test.sh index 577f0e9..11c09f6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE="async-orm" +PACKAGE="orm" PREFIX="" if [ -d 'venv' ] ; then