Skip to content

Commit d004827

Browse files
committed
rename test
1 parent b9b72c4 commit d004827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/array_tracker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
)
77

8-
func TestArrayTracker(t *testing.T) {
8+
func TestSimpleArrayTracker(t *testing.T) {
99
maxPointsInTrack := 150
1010
classID := 1
1111
className := "just_an_object"

0 commit comments

Comments
 (0)