Skip to content

Commit

Permalink
Hook up GoCheck to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jan 29, 2024
1 parent 4e6104d commit 492a3a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cmd/serviceaccounts/cmd/package_test.go
Original file line number Diff line number Diff line change
@@ -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)
}

0 comments on commit 492a3a1

Please sign in to comment.