Skip to content

Commit

Permalink
Updated tests. Fixed bad join.
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed May 10, 2024
1 parent 12b4f5b commit 70f68e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SELECT
p.publisher_name as publisher_name
FROM
body as b
JOIN
LEFT JOIN
publisher_names as p
ON
b.product_id = p.product_id
4 changes: 2 additions & 2 deletions tests/onix_workflow/fixtures/e2e_inputs/irus_oapen.jsonl
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/onix_workflow/fixtures/e2e_inputs/onix.jsonl
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/onix_workflow/fixtures/e2e_outputs/book_product.json
Git LFS file not shown

0 comments on commit 70f68e7

Please sign in to comment.