From f3a5e9420b12cbbb53191ec0ce877e40b264ee69 Mon Sep 17 00:00:00 2001 From: jahabeebs <47253537+jahabeebs@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:09:59 -0500 Subject: [PATCH] fix: typo --- apps/agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/README.md b/apps/agent/README.md index 54b1b92..450aa4d 100644 --- a/apps/agent/README.md +++ b/apps/agent/README.md @@ -97,6 +97,6 @@ pnpm run test:cov ### End-to-End Testing -The e2e tests simulate scenarios starting at the contract level and extending to the agent, like processing requests and handling disputes. For detailed test scenarios, refer to the refer to the fies in [test/e2e/scenarios](./test/e2e/scenarios). +The e2e tests simulate scenarios starting at the contract level and extending to the agent, like processing requests and handling disputes. For detailed test scenarios, refer to the files in [test/e2e/scenarios](./test/e2e/scenarios). TODO: Add instructions on running e2e tests