Skip to content

Commit 2b2d289

Browse files
author
Milla Samuel
committed
Fix lint
1 parent 7b2093b commit 2b2d289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdbclient/admin_client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ protocol fdb00b071010000`,
11451145
}
11461146

11471147
},
1148-
Entry("when it is passed in", pointer.Uint64(1234567890123), "1234567890123"),
1148+
Entry("when it is passed in", ptr.To(uint64(1234567890123)), "1234567890123"),
11491149
Entry("when it is not passed in", nil, ""),
11501150
)
11511151
})

0 commit comments

Comments
 (0)