From 37ee382bd2be39d2a488b89e8f1f50c7d36ebf28 Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 20 May 2019 08:48:46 +0000 Subject: [PATCH] Update go-testcov untested sections --- gstruct/fields.go | 2 +- gstruct/keys.go | 2 +- matchers/be_element_of_matcher.go | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gstruct/fields.go b/gstruct/fields.go index c55c9ae63..faf07b1a2 100644 --- a/gstruct/fields.go +++ b/gstruct/fields.go @@ -1,4 +1,4 @@ -// untested sections: 10 +// untested sections: 6 package gstruct diff --git a/gstruct/keys.go b/gstruct/keys.go index c86b486b2..56aed4bab 100644 --- a/gstruct/keys.go +++ b/gstruct/keys.go @@ -1,4 +1,4 @@ -// untested sections: 9 +// untested sections: 6 package gstruct diff --git a/matchers/be_element_of_matcher.go b/matchers/be_element_of_matcher.go index 0abb2d125..55c74e385 100644 --- a/matchers/be_element_of_matcher.go +++ b/matchers/be_element_of_matcher.go @@ -1,3 +1,5 @@ +// untested sections: 3 + package matchers import (