Skip to content

Commit b0b5c15

Browse files
test pr
1 parent 4249ed5 commit b0b5c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/hostpath/snapshotmetadata_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestGetChangedBlockMetadata(t *testing.T) {
131131
},
132132
},
133133
{
134-
name: "sucess case empty response",
134+
name: "success case empty response",
135135
sourceFileBlocks: 100,
136136
targetFileBlocks: 100,
137137
startingOffset: 9 * state.BlockSizeBytes,
@@ -173,7 +173,7 @@ func TestGetChangedBlockMetadata(t *testing.T) {
173173
},
174174
},
175175
{
176-
name: "sucess case different sizes",
176+
name: "e case different sizes",
177177
sourceFileBlocks: 100,
178178
targetFileBlocks: 95,
179179
changedBlocks: []int{70, 97},

0 commit comments

Comments
 (0)