From 2e1e2ba1886dbe520135b4a65d766f7ecc24fd74 Mon Sep 17 00:00:00 2001 From: Matt Royal Date: Mon, 24 Aug 2020 22:17:04 -0700 Subject: [PATCH] Update README to use GoLandReporter Authored-by: Matt Royal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8199bf..2c8563b 100644 --- a/README.md +++ b/README.md @@ -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