diff options
Diffstat (limited to 'sampleData.go')
| -rw-r--r-- | sampleData.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sampleData.go b/sampleData.go index 7cdf313..4a5af36 100644 --- a/sampleData.go +++ b/sampleData.go @@ -51,7 +51,7 @@ func CreateSampleEvents(total int) *Events { return e } -func CreateSampleCluster(total int) *Cluster { +func CreateSampleCluster(total int) *OldCluster { c := InitCluster() for i := 0; i < total; i++ { |
