mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Update spec for new exception.
This commit is contained in:
parent
d5b8071dbb
commit
3b5ff1a47e
@ -28,7 +28,7 @@ describe 'Morris.Line', ->
|
||||
ykeys: ['y']
|
||||
labels: ['dontcare']
|
||||
)
|
||||
fn.should.throw(/Graph placeholder not found./)
|
||||
fn.should.throw(/Graph container element not found/)
|
||||
|
||||
it 'should make point styles customizable', ->
|
||||
my_data = [{x: 1, y: 1}, {x: 2, y: 2}]
|
||||
|
Loading…
Reference in New Issue
Block a user