Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed Aug 4, 2023
1 parent bd98908 commit cb5c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubernetes/deployment/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var _ = Describe("TEST DEPLOYMENT CREATION ", func() {
Build()
Expect(err).ShouldNot(
HaveOccurred(),
"while building delpoyment {%s} in namespace {%s}",
"while building deployment {%s} in namespace {%s}",
deployName,
namespaceObj.Name,
)
Expand Down

0 comments on commit cb5c1f4

Please sign in to comment.