From 584ec72137c39ab319c7529b6e856c0f4cd93b87 Mon Sep 17 00:00:00 2001 From: antazoey Date: Tue, 7 Jan 2025 16:29:04 -0600 Subject: [PATCH] fix: test toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 857dc38..a5decda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,11 +90,11 @@ address = "0x6A1aa538ebB85Fd98655eCEe5EaB7D9cb3cbCD2B" salt = "ApePay v0.3" blueprint = true -[tool.ape.test.gas] -exclude = ["Test*"] +[[tool.ape.test.gas.exclude]] +contract_name = "Test*" -[tool.ape.test.coverage] -exclude = ["Test*"] +[[tool.ape.test.coverage.exclude]] +contract_name = "Test*" [tool.ape.test.coverage.reports.terminal] verbose = true