Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Dec 3, 2021
1 parent a9820ce commit 01c9c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/action_custom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ action "view" "refresh" {
arg "name" {}
}
sql = "REFRESH MATERIALIZED VIEW {{ quote .Args.name }}"
sql = "REFRESH MATERIALIZED VIEW {{ quote_ident .Args.name }}"
}
`))
defer c.Teardown()
Expand Down

0 comments on commit 01c9c83

Please sign in to comment.