Skip to content

Commit 8229ea8

Browse files
committed
fix: sort order on test
Signed-off-by: callum-ryan <[email protected]>
1 parent 7553605 commit 8229ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/sql/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ mod tests {
882882
let expected_sorted_order = SortOrder::builder()
883883
.with_order_id(0)
884884
.with_fields(vec![])
885-
.build(expected_schema.clone())
885+
.build(expected_schema)
886886
.unwrap();
887887

888888
assert_eq!(

0 commit comments

Comments
 (0)