Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
sotanodroid authored May 30, 2023
1 parent c5de844 commit a6d448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type ExampleSuite struct {

func (i *ExampleSuite) BeforeAll(t provider.T) {
// Prepare http test builder
i.testMaker = cute.NewHTTPTestMakerSuite()
i.testMaker = cute.NewHTTPTestMaker()

// Preparing host
host, err := url.Parse("https://jsonplaceholder.typicode.com/")
Expand Down

0 comments on commit a6d448e

Please sign in to comment.