Skip to content

Commit 94891e8

Browse files
committed
Remove unused grantRevokeTest struct per review
1 parent 8a43c78 commit 94891e8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

mdl/visitor/visitor_security_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,6 @@ func TestRevokeEntityAccess_Partial(t *testing.T) {
274274
}
275275
}
276276

277-
type grantRevokeTest struct {
278-
name string
279-
input string
280-
stmtType string
281-
}
282-
283277
func TestGrantRevokeMicroflow(t *testing.T) {
284278
t.Run("grant", func(t *testing.T) {
285279
input := `GRANT EXECUTE ON MICROFLOW MyModule.ProcessOrder TO MyModule.Admin;`

0 commit comments

Comments
 (0)