Skip to content

Commit

Permalink
Rename test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 19, 2019
1 parent a500f80 commit 9e3ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/joined.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = Nodal => {

});

it('Should filter comparisons on deeply nested join statements properly', (done) => {
it('Should filter on comparisons containing joined fields within join statements properly', (done) => {

User.query()
.join('members', {user__username: 'georgia'}, {user__username: 'gilliam'})
Expand Down

0 comments on commit 9e3ca69

Please sign in to comment.