From 006245332dc7b247d1710f0e402be499291ee915 Mon Sep 17 00:00:00 2001 From: yoavrotems Date: Wed, 24 Jun 2020 16:46:03 +0300 Subject: [PATCH] Update util_test.go --- util/util_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/util_test.go b/util/util_test.go index 6921025..e529319 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -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 {