Skip to content

Commit

Permalink
fix namespace duplications
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Nov 1, 2024
1 parent e66e63c commit 3a5cf4b
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
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
testName = "scaled-object-validation-test"
testName = "scaled-job-validation-test"
)

var (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
var _ = godotenv.Load("../../../.env")

const (
testName = "rmq-queue-http-test"
testName = "rmq-queue-http-test-auth"
)

var (
Expand Down

0 comments on commit 3a5cf4b

Please sign in to comment.