Skip to content

Commit

Permalink
enable go test
Browse files Browse the repository at this point in the history
  • Loading branch information
yubo committed Oct 29, 2015
1 parent b7eac2f commit f65db41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
}

func testAll(t *testing.T) {
func TestAll(t *testing.T) {
// Create

c := NewCreator(dbfile, time.Now(), step)
Expand Down

0 comments on commit f65db41

Please sign in to comment.