aboutsummaryrefslogtreecommitdiff
path: root/internal/lfsutil/storage_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lfsutil/storage_test.go')
-rw-r--r--internal/lfsutil/storage_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lfsutil/storage_test.go b/internal/lfsutil/storage_test.go
index 4f64b92b..bfb69e4a 100644
--- a/internal/lfsutil/storage_test.go
+++ b/internal/lfsutil/storage_test.go
@@ -31,7 +31,7 @@ func TestStorageLocalPath(t *testing.T) {
{
name: "valid oid",
root: "/lfs-objects",
- oid: OID("sha256:ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f"),
+ oid: OID("ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f"),
expPath: "/lfs-objects/e/f/ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f",
},
}