1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

add kdtree test

This commit is contained in:
frozenkp 2018-06-07 01:23:02 +08:00 committed by ss8651twtw
parent b7662dc784
commit d74ab2ff28

View File

@ -8,7 +8,7 @@ import (
func TestHeap(t *testing.T) {
Convey("Given a heap", t, func() {
h := newHeap()
h := newHeap()
Convey("When heap is empty", func() {