rename test names

This commit is contained in:
Travis Turner 2018-06-04 17:40:25 -05:00
parent d80d3b6d51
commit 51a42d3e35
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -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()