From 2aea80ca422a6bae418836504a630d7f8761e3ee Mon Sep 17 00:00:00 2001 From: Johnlon <836248+Johnlon@users.noreply.github.com> Date: Thu, 30 May 2024 03:18:43 +0100 Subject: [PATCH] applied code review comments also added _example/attachments --- _examples/attachments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/attachments/README.md b/_examples/attachments/README.md index c9a9b0f8..f37443e7 100644 --- a/_examples/attachments/README.md +++ b/_examples/attachments/README.md @@ -11,6 +11,6 @@ The example in this directory shows how the godog API is used to add attachments You must use the '-v' flag or you will not see the cucumber JSON output. -go test -v atttachment_test_go +go test -v atttachment_test.go