Skip to content

Commit

Permalink
revert an accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 4, 2025
1 parent 9231ed7 commit 9c1079d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions martin/tests/pg_table_source_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async fn table_source() {
});

let source = table(&mock, "table_source");
assert_yaml_snapshot!(source, @r#"
assert_yaml_snapshot!(source, @r"
schema: public
table: table_source
srid: 4326
Expand All @@ -107,7 +107,7 @@ async fn table_source() {
geometry_type: GEOMETRY
properties:
gid: int4
"#);
");

let source2 = table(&mock, "table_source_geog");
assert_yaml_snapshot!(source2, @r"
Expand Down

0 comments on commit 9c1079d

Please sign in to comment.