Break a test of the new suite

This commit is contained in:
Pierre-Yves Gerardy 2016-09-11 17:00:06 +02:00
parent 863b82b71a
commit ee8ab3561b

View file

@ -12,6 +12,6 @@ describe("m.withAttr()", function () {
var spy = sinon.spy()
var object = {}
m.withAttr("test", spy, object)({currentTarget: {test: "foo"}})
expect(spy).to.be.calledOn(object).and.calledWith("foo")
expect(spy).to.be.calledOn(object).and.calledWith("Ofoo")
})
})