Skip to content

Commit

Permalink
Fix missing field type in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Nov 8, 2016
1 parent 62ec865 commit 61b12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile/axis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('Axis', function() {
const orient = axis.orient(parseModel({
mark: "point",
encoding: {
y: {field: 'a'}
y: {field: 'a', type: 'quantitative'}
}
}), 'y');
assert.deepEqual(orient, 'left');
Expand Down

0 comments on commit 61b12c2

Please sign in to comment.