summaryrefslogtreecommitdiffhomepage
path: root/table/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/path_test.go')
-rw-r--r--table/path_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/path_test.go b/table/path_test.go
index b779c84b..786dad26 100644
--- a/table/path_test.go
+++ b/table/path_test.go
@@ -58,7 +58,7 @@ func TestPathIPv6GetDefault(t *testing.T) {
func TestPathGetRouteFamily(t *testing.T) {
pd := &PathDefault{routeFamily: RF_IPv6_UC}
- rf := pd.getRouteFamily()
+ rf := pd.GetRouteFamily()
assert.Equal(t, rf, RF_IPv6_UC)
}