Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Sep 25, 2024
1 parent f4945c4 commit f2fd8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/integration/suites/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// baseIntegrationSuiteTestSuite is a test suite which embeds BaseIntegrationSuite.
// **in order to test it**. It is intended to be embedded in other test suites.
// **in order to test it**. It is NOT intended to be embedded in other test suites.
type baseIntegrationSuiteTestSuite struct {
BaseIntegrationSuite
}
Expand Down

0 comments on commit f2fd8c8

Please sign in to comment.