mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
rename test names
This commit is contained in:
parent
d80d3b6d51
commit
51a42d3e35
1 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue