Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Apr 29, 2024
1 parent 7dbf5bd commit ee94fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/dbt/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if ! [ -e recce_state.json ]; then
fi

# row count diff to modified table models
model=$(cat recce_state.json | jq jq '.runs[0].params.node_ids[0]' | tr -d '"')
model=$(cat recce_state.json | jq '.runs[0].params.node_ids[0]' | tr -d '"')
run_type=$(cat recce_state.json | jq '.runs[0]'.type | tr -d '"')
assert_string_value $model "model.jaffle_shop.customers"
assert_string_value $run_type "row_count_diff"
Expand Down

0 comments on commit ee94fc8

Please sign in to comment.