Skip to content

Commit a5a4769

Browse files
authored
fix: small typo for transaction test (#1341)
## Which issue does this PR close? N/A ## What changes are included in this PR? Tiny typo fix I noticed whilst digging around this transaction code. ## Are these changes tested? N/A, this fixes a small comment.
1 parent e5215a1 commit a5a4769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/transaction/append.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ mod tests {
293293
new_snapshot.sequence_number()
294294
);
295295

296-
// check manifset
296+
// check manifest
297297
let manifest = manifest_list.entries()[0]
298298
.load_manifest(table.file_io())
299299
.await

0 commit comments

Comments
 (0)