Skip to content

Commit

Permalink
Update util_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavrotems authored Jun 24, 2020
1 parent adb4f97 commit 0062453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestGetSubstitutionMap(t *testing.T) {
{
name: "Test for creating valid map",
substituData: []byte(subs),
want: map[string]string{"docker-storage": "/var/lib/docker", "example": "/exmaple/change"},
want: map[string]string{"docker-storage": "/var/lib/docker", "example": "/example/change"},
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 0062453

Please sign in to comment.