Skip to content

Commit 1f9b9f3

Browse files
committed
streamline
1 parent 1057e41 commit 1f9b9f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_table_traits.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ fn test_traits_with_table_collection_holder() {
158158
let tables = make_tables();
159159
let tref = &tables;
160160
let tables_output = IteratorOutput::new_from_tables(tref);
161-
let access_output = IteratorOutput::new_from_table_access(tref);
162-
assert_eq!(tables_output, access_output);
163-
let iteration_output = IteratorOutput::new_from_table_iteration(tref);
164-
assert_eq!(tables_output, iteration_output);
165161
let boxed = Box::new(tref);
166162
let dynamic_output = IteratorOutput::new_from_dyn(&boxed);
167163
assert_eq!(tables_output, dynamic_output);

0 commit comments

Comments
 (0)