Rename TSVal
This commit is contained in:
parent
a1453da84e
commit
d87e227ff3
29 changed files with 118 additions and 118 deletions
|
|
@ -420,9 +420,9 @@ func TestOptimize(t *testing.T) {
|
|||
Convey("With the correct tags", func() {
|
||||
oldIt.Next()
|
||||
newIt.Next()
|
||||
oldResults := make(map[string]graph.TSVal)
|
||||
oldResults := make(map[string]graph.Value)
|
||||
oldIt.TagResults(oldResults)
|
||||
newResults := make(map[string]graph.TSVal)
|
||||
newResults := make(map[string]graph.Value)
|
||||
oldIt.TagResults(newResults)
|
||||
So(newResults, ShouldResemble, oldResults)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue