summaryrefslogtreecommitdiffhomepage
path: root/table/destination_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/destination_test.go')
-rw-r--r--table/destination_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/destination_test.go b/table/destination_test.go
index 80eaa2a4..f46851f9 100644
--- a/table/destination_test.go
+++ b/table/destination_test.go
@@ -102,7 +102,7 @@ func TestDestinationCalculate(t *testing.T) {
ipv4d.addNewPath(pathD[1])
ipv4d.addNewPath(pathD[2])
ipv4d.addWithdraw(pathD[2])
- _, _, e := ipv4d.Calculate(uint32(100))
+ _, _, e := ipv4d.Calculate()
assert.Nil(t, e)
}