diff --git a/cmd/serviceaccounts/cmd/package_test.go b/cmd/serviceaccounts/cmd/package_test.go new file mode 100644 index 000000000..fb57779d4 --- /dev/null +++ b/cmd/serviceaccounts/cmd/package_test.go @@ -0,0 +1,13 @@ +// Copyright 2021 Canonical Ltd. + +package cmd_test + +import ( + "testing" + + jujutesting "github.com/juju/juju/testing" +) + +func TestPackage(t *testing.T) { + jujutesting.MgoTestPackage(t) +}