From 0e5d73e7dc97797662c38ffb3b08e41932016e04 Mon Sep 17 00:00:00 2001 From: collerek Date: Mon, 3 Aug 2020 13:16:50 +0200 Subject: [PATCH] changed package name in test to cover orm catalog --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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