Skip to content

Commit

Permalink
refactor: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored Sep 17, 2024
1 parent a8ec417 commit a2e3e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lineage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ mod tests {
#[test]
#[ignore = "TODO"]
fn test_lineage_lateral_flatten() {
let dialect = sqruff_lib_dialects::kind_to_dialect(&DialectKind::Snowflake);
let dialect = sqruff_lib_dialects::snowflake::dialect();
let parser = Parser::new(&dialect, Default::default());

let (tables, node) = Lineage::new(
Expand Down

0 comments on commit a2e3e1a

Please sign in to comment.