Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Dec 2, 2024
1 parent 36fdae7 commit 96baa2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kind/e2e/e2e-batch.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: e2e-inventory-http-tests
name: inventory-e2e-tests
spec:
completions: 1
backoffLimit: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package e2e
package grpc

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package grpc
package e2e

import (
"context"
Expand Down

0 comments on commit 96baa2f

Please sign in to comment.