From a53fde7d09423e78486d493531cdd476a6ea6c66 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 9 Mar 2020 07:44:08 -0600 Subject: [PATCH] better name for man test --- plugins/openbsd_man_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openbsd_man_test.go b/plugins/openbsd_man_test.go index 960efdd..fddaf0d 100644 --- a/plugins/openbsd_man_test.go +++ b/plugins/openbsd_man_test.go @@ -5,7 +5,7 @@ import ( "testing" ) -func TestMatch(t *testing.T) { +func TestOpenBSDManfix(t *testing.T) { testStrings := make(map[string]string) testStrings["man: pledge"] = "https://man.openbsd.org/pledge" testStrings["man: 2 pledge"] = "https://man.openbsd.org/pledge.2"