Skip to content

Commit d616ab9

Browse files
author
usman.yasin
committed
fix: tests fixed
1 parent 46b7bc0 commit d616ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/cubeorchestrator/src/query_result_transform.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ mod tests {
21862186
&QueryResult {
21872187
columns: vec![],
21882188
rows: vec![],
2189-
columns_pos: HashMap::new(),
2189+
columns_pos: IndexMap::new(),
21902190
},
21912191
alias_to_member_name_map,
21922192
annotation,
@@ -2247,7 +2247,7 @@ mod tests {
22472247
&QueryResult {
22482248
columns: vec![],
22492249
rows: vec![],
2250-
columns_pos: HashMap::new(),
2250+
columns_pos: IndexMap::new(),
22512251
},
22522252
alias_to_member_name_map,
22532253
annotation,
@@ -2319,7 +2319,7 @@ mod tests {
23192319
&QueryResult {
23202320
columns: vec![],
23212321
rows: vec![],
2322-
columns_pos: HashMap::new(),
2322+
columns_pos: IndexMap::new(),
23232323
},
23242324
alias_to_member_name_map,
23252325
annotation,

0 commit comments

Comments
 (0)