From 3dd2d39c0c6806f2c0932c45ab51f21cdbb47fdb Mon Sep 17 00:00:00 2001 From: mongkok <5514990+mongkok@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:24:36 +0700 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebfd5e8..d05aa2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,4 +115,4 @@ addopts = ["--strict-config", "--strict-markers"] asyncio_mode = "auto" [tool.coverage.run] -source_pkgs = ["app", "tests"] +source_pkgs = ["debug_toolbar", "tests"]