Skip to content

Commit dba98d5

Browse files
spelling correction
1 parent 9205e32 commit dba98d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/hostpath/snapshotmetadata_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ 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,
138138
maxResult: 3,
139139
expectedResponse: []*csi.BlockMetadata{},
140140
},
141141
{
142-
name: "sucess case different sizes",
142+
name: "success case different sizes",
143143
sourceFileBlocks: 95,
144144
targetFileBlocks: 100,
145145
changedBlocks: []int{70, 97},
@@ -173,7 +173,7 @@ func TestGetChangedBlockMetadata(t *testing.T) {
173173
},
174174
},
175175
{
176-
name: "sucess case different sizes",
176+
name: "success case different sizes",
177177
sourceFileBlocks: 100,
178178
targetFileBlocks: 95,
179179
changedBlocks: []int{70, 97},

0 commit comments

Comments
 (0)