mirror of
https://github.com/restic/restic.git
synced 2026-06-23 17:14:17 +00:00
data: unexport fixTime
This commit is contained in:
@@ -51,7 +51,7 @@ func TestFixTime(t *testing.T) {
|
||||
|
||||
for _, test := range tests {
|
||||
t.Run("", func(t *testing.T) {
|
||||
res := FixTime(test.src)
|
||||
res := fixTime(test.src)
|
||||
if !res.Equal(test.want) {
|
||||
t.Fatalf("wrong result for %v, want:\n %v\ngot:\n %v", test.src, test.want, res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user