Skip to content

Commit f8fd125

Browse files
committed
Fixed merge conflict
1 parent d20d835 commit f8fd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/mapserver/deployment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ func getV3() *pdoknlv3.WFS {
117117
panic(err)
118118
}
119119
var wfs pdoknlv3.WFS
120-
v2beta1.V3WFSHubFromV2(&v2wfs, &wfs)
120+
v2wfs.ToV3(&wfs)
121121
return &wfs
122122
}

0 commit comments

Comments
 (0)