The name of 'list' has been changed to 'array'; from now on, 'list' will refer to the linked list.
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ func TestToStringOk(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestToStringErr(t *testing.T) {
|
||||
source := array.NewListA()
|
||||
source := array.NewArrayA()
|
||||
wantValue := ""
|
||||
wantErr := errors.New(`test expected string, got array ([])`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user