We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4249ed5 commit b0b5c15Copy full SHA for b0b5c15
pkg/hostpath/snapshotmetadata_test.go
@@ -131,7 +131,7 @@ func TestGetChangedBlockMetadata(t *testing.T) {
131
},
132
133
{
134
- name: "sucess case empty response",
+ name: "success case empty response",
135
sourceFileBlocks: 100,
136
targetFileBlocks: 100,
137
startingOffset: 9 * state.BlockSizeBytes,
@@ -173,7 +173,7 @@ func TestGetChangedBlockMetadata(t *testing.T) {
173
174
175
176
- name: "sucess case different sizes",
+ name: "e case different sizes",
177
178
targetFileBlocks: 95,
179
changedBlocks: []int{70, 97},
0 commit comments