Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fix Typo (#44)
Browse files Browse the repository at this point in the history
Fix typo in udsserver_test.go
  • Loading branch information
garyloug authored Mar 7, 2023
1 parent 6ffb39d commit 0fa4e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/udsserver/udsserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ func TestStart(t *testing.T) {
},
},
{
//Send varient of the accepted /connect request
//Send variant of the accepted /connect request
testName: "Bad connect request (5)",
fakePodName: "podA",
fakePodNamespace: "default",
Expand Down

0 comments on commit 0fa4e9f

Please sign in to comment.