Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Feb 15, 2024
1 parent aeff5e2 commit bb5ea6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/handlers/msg_catalog_created_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ func TestMsgCatalogCreated(t *testing.T) {
testdata.Cathy: msg1,
},
SQLAssertions: []handlers.SQLAssertion{
{
SQL: "SELECT COUNT(*) FROM msgs_msg WHERE contact_id = $1 AND metadata = $2 AND high_priority = TRUE",
Args: []interface{}{testdata.Cathy.ID, `{"action":"View Products","body":"Some products","products":{"product_retailer_id":["9f526c6f-b2cb-4457-8048-a7f1dc101e50","eb2305cc-bf39-43ad-a069-bbbfb6401acc"]},"send_catalog":false}`},
Count: 2,
},
{
SQL: "SELECT COUNT(*) FROM msgs_msg WHERE contact_id = $1 AND status = 'Q' AND high_priority = FALSE",
Args: []interface{}{testdata.George.ID},
Expand Down

0 comments on commit bb5ea6e

Please sign in to comment.