Skip to content

Commit

Permalink
test: Rename test packages suffixed with _test (aws#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Aug 29, 2023
1 parent 3d9fd66 commit 717d10d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/suites/chaos/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package chaos
package chaos_test

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion test/suites/consolidation/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package consolidation
package consolidation_test

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion test/suites/drift/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package drift
package drift_test

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion test/suites/interruption/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package interruption
package interruption_test

import (
"fmt"
Expand Down

0 comments on commit 717d10d

Please sign in to comment.