Skip to content

Commit

Permalink
fix e2e package names
Browse files Browse the repository at this point in the history
Signed-off-by: robpickerill <r.pickerill@gmail.com>
  • Loading branch information
robpickerill committed Jun 10, 2024
1 parent 2e76a9b commit 43a2c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build e2e
// +build e2e

package aws_cloudwatch_ignore_null_values_false
package aws_cloudwatch_ignore_null_values_false_test

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build e2e
// +build e2e

package aws_cloudwatch_min_metric_value
package aws_cloudwatch_min_metric_value_test

import (
"context"
Expand Down

0 comments on commit 43a2c3f

Please sign in to comment.