diff options
-rw-r--r-- | src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -112,4 +112,12 @@ r#"- description: >- #[test] fn ignores_yaml_fields_that_are_not_column_names() { } + + #[test] + fn inserts_multiple_records() { + } + + #[test] + fn inserts_yaml_hash() { + } } |