Skip to content

Commit

Permalink
add new test case for dictionary
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Jun 29, 2022
1 parent 1b7ff15 commit d9d2916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/manifests/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ func TestFormatToReadableString(t *testing.T) {
input: "idConnectedToIPs",
expectedOutput: "id Connected To IPs",
},
{
input: "Mesh Sync",
expectedOutput: "MeshSync",
},
}
for _, tt := range testCases {
output := FormatToReadableString(tt.input)
Expand Down

0 comments on commit d9d2916

Please sign in to comment.