Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Refactor TestPGXQuerierQuery
Browse files Browse the repository at this point in the history
The old test was difficult to read and update since the state of each
query was spread across multiple slices. This commit consolidates them
all into a single sqlQuery struct allowing us to determine the inputs
and outputs for each query at a glance. We also switch to a new mock
that works better with this format, and is able to report errors as
they occur.
  • Loading branch information
JLockerman committed Aug 13, 2020
1 parent cc9671d commit a0f03c9
Showing 1 changed file with 535 additions and 381 deletions.

0 comments on commit a0f03c9

Please sign in to comment.