Skip to content

Commit

Permalink
Changing tag single quotes do double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-nercolini committed Jun 11, 2024
1 parent 1969b91 commit 64e083f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/anomaly_detection_trade_count.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags=['singular_test']
tags=["singular_test"]
, severity="warn"
)
}}
Expand Down
2 changes: 1 addition & 1 deletion tests/anomaly_detection_trade_volume.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags=['singular_test']
tags=["singular_test"]
, severity="warn"
)
}}
Expand Down
2 changes: 1 addition & 1 deletion tests/ledger_sequence_increment.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags=['singular_test']
tags=["singular_test"]
, severity="warn"
)
}}
Expand Down

0 comments on commit 64e083f

Please sign in to comment.