From 51a42d3e359b5dc03102d83c25c20252f736f0a9 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Mon, 4 Jun 2018 17:40:25 -0500 Subject: [PATCH] rename test names --- frame_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frame_test.go b/frame_test.go index aeae2b7ba..d3e274fe9 100644 --- a/frame_test.go +++ b/frame_test.go @@ -147,7 +147,7 @@ func TestFrame_SetValue(t *testing.T) { } }) - t.Run("ErrFieldNotFound", func(t *testing.T) { + t.Run("ErrBSIGroupNotFound", func(t *testing.T) { idx := test.MustOpenIndex() defer idx.Close() @@ -164,7 +164,7 @@ func TestFrame_SetValue(t *testing.T) { } }) - t.Run("ErrFieldValueTooLow", func(t *testing.T) { + t.Run("ErrBSIGroupValueTooLow", func(t *testing.T) { idx := test.MustOpenIndex() defer idx.Close() @@ -183,7 +183,7 @@ func TestFrame_SetValue(t *testing.T) { } }) - t.Run("ErrFieldValueTooHigh", func(t *testing.T) { + t.Run("ErrBSIGroupValueTooHigh", func(t *testing.T) { idx := test.MustOpenIndex() defer idx.Close()