From 23b64b78c786ce33aee315c4de1d20591404b986 Mon Sep 17 00:00:00 2001 From: sanjibgirics <31872288+sanjibgirics@users.noreply.github.com> Date: Sun, 9 Oct 2022 13:22:42 +0530 Subject: [PATCH] fix godog repo link and description (#4518) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd0b6d4..aaca679a 100644 --- a/README.md +++ b/README.md @@ -2236,7 +2236,7 @@ _Libraries for testing codebases and generating test data._ - [gocheck](https://labix.org/gocheck) - More advanced testing framework alternative to gotest. - [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload. - [gocrest](https://github.com/corbym/gocrest) - Composable hamcrest-like matchers for Go assertions. - - [godog](https://github.com/DATA-DOG/godog) - Cucumber or Behat like BDD framework for Go. + - [godog](https://github.com/cucumber/godog) - Cucumber BDD framework for Go. - [gofight](https://github.com/appleboy/gofight) - API Handler Testing for Golang Router framework. - [gogiven](https://github.com/corbym/gogiven) - YATSPEC-like BDD testing framework for Go. - [gomatch](https://github.com/jfilipczyk/gomatch) - library created for testing JSON against patterns.