Skip to content

Commit 3d1c463

Browse files
chore: auto-commit generated changes
1 parent 0722353 commit 3d1c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orchestrator/pkg/sandbox/block/cache_dirty_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestWriteAt_PartiallyBeyondCacheSize(t *testing.T) {
120120

121121
// Writing at the last block with data extending beyond cache size
122122
// should only write up to cache size and mark appropriate blocks
123-
data := make([]byte, blockSize*2) // 2 blocks of data
123+
data := make([]byte, blockSize*2) // 2 blocks of data
124124
n, err := cache.WriteAt(data, blockSize*9) // Start at block 9, would extend to block 11
125125
require.NoError(t, err)
126126
assert.Equal(t, int(blockSize), n, "should only write up to cache size")

0 commit comments

Comments
 (0)