Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Jul 14, 2024
1 parent 915b917 commit 631812a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('buildMutationFetcherResponse', () => {
it('should include wildcard from user query only', () => {
const q = c
.from('contact')
.select('some,value,ishouldbetheretoo,*,note_id(id,test)')
.select('some,value,ishouldbetheretoo,*,note_id(id,test,*)')
.eq('test', 'value');

const query = buildNormalizedQuery({
Expand All @@ -119,7 +119,7 @@ describe('buildMutationFetcherResponse', () => {
note_id: {
id: 'id',
test: '123',
ishouldalsobethere: 'id',
ishouldnotbethere: 'id',
},
},
{
Expand Down

0 comments on commit 631812a

Please sign in to comment.