diff options
Diffstat (limited to 'container/mount_test.go')
| -rw-r--r-- | container/mount_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount_test.go b/container/mount_test.go index 573f080b..eb904774 100644 --- a/container/mount_test.go +++ b/container/mount_test.go @@ -41,7 +41,7 @@ func TestEscapeOverlayDataSegment(t *testing.T) { for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { - if got := escapeOverlayDataSegment(tc.s); got != tc.want { + if got := EscapeOverlayDataSegment(tc.s); got != tc.want { t.Errorf("escapeOverlayDataSegment: %s, want %s", got, tc.want) } }) |
