Skip to content

Commit

Permalink
fixes up old patches
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Nov 8, 2017
1 parent 8b9df20 commit d0787cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions can-list_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ QUnit.test("registered symbols", function() {
QUnit.test("onPatches", function () {
var list = new List([ "a", "b" ]);
var PATCHES = [
[ { deleteCount: 2, index: 0 } ],
[ { index: 0, insert: ["A", "B"], deleteCount: 0 } ]
[ { deleteCount: 2, index: 0, type: "splice" } ],
[ { index: 0, insert: ["A", "B"], deleteCount: 0, type: "splice" } ]
];

var handlerCalls = 0;
Expand Down

0 comments on commit d0787cb

Please sign in to comment.