Skip to content

Commit

Permalink
test: Add uuid output column to extend coverage :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Apr 27, 2020
1 parent ee28edc commit 7aa088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/simple-people-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describe('Basic Smithereens tests', function () {
{ name: 'last_name', columnIndex: 2 },
{ name: 'hash_sum', type: 'hash' },
{ name: 'integer', type: 'constant', value: 1 },
{ name: 'string', type: 'constant', value: 'pig' }
{ name: 'string', type: 'constant', value: 'pig' },
{ name: 'uuid', type: 'uuid' }
]

},
Expand Down

0 comments on commit 7aa088f

Please sign in to comment.