Skip to content

Commit

Permalink
Update README to use GoLandReporter
Browse files Browse the repository at this point in the history
Authored-by: Matt Royal <[email protected]>
  • Loading branch information
matt-royal committed Aug 25, 2020
1 parent d1db720 commit 2e1e2ba
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 @@ -9,7 +9,7 @@ To try it out, replace your existing calls to
with the following...

```go
RunSpecsWithCustomReporters(t, "My Suite", biloba.DefaultReporters())
RunSpecsWithDefaultAndCustomReporters(t, "My Suite", biloba.GoLandReporter())
```

Outside of GoLand the output will be unchanged. When running tests from GoLand, it will add an additional reporter to
Expand Down

0 comments on commit 2e1e2ba

Please sign in to comment.