Fix confusion between nflip and flip

This commit is contained in:
Edvard
2019-02-20 14:37:55 +01:00
parent 56ca45509f
commit fb47a747f6
6 changed files with 28 additions and 28 deletions
@@ -46,4 +46,4 @@ func AssertDoubleMapping(res DoubleMappingRes, blockNumber int, blockHash, keyOn
Expect(res.KeyOne).To(Equal(keyOne))
Expect(res.KeyTwo).To(Equal(keyTwo))
Expect(res.Value).To(Equal(value))
}
}