diff --git a/package.json b/package.json index bf4e1fe..6a4804c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "setup": "make clean && make build", "sync": "make install", - "test": "make foundry-test", + "test": "make test", "snapshot": "make snapshot", "lint": "make lint", "solhint": "make solhint",