Skip to content

Commit

Permalink
add comment to NewTestSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Apr 11, 2023
1 parent a0d91df commit d9b2b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/test_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type TestSupport struct {
app *MigalooApp
}

// NewTestSupport creates a new TestSupport instance, which provides access to the app for testing.
func NewTestSupport(tb testing.TB, app *MigalooApp) *TestSupport {
tb.Helper()
return &TestSupport{t: tb, app: app}
Expand Down

0 comments on commit d9b2b1e

Please sign in to comment.