Skip to content

Commit cb5c1f4

Browse files
committed
fix: typo
1 parent bd98908 commit cb5c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kubernetes/deployment/app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var _ = Describe("TEST DEPLOYMENT CREATION ", func() {
6464
Build()
6565
Expect(err).ShouldNot(
6666
HaveOccurred(),
67-
"while building delpoyment {%s} in namespace {%s}",
67+
"while building deployment {%s} in namespace {%s}",
6868
deployName,
6969
namespaceObj.Name,
7070
)

0 commit comments

Comments
 (0)