Skip to content

Commit

Permalink
static test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Feb 24, 2020
1 parent df48d3e commit 9ccac04
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ define([
});

it('simple message', function () {
var messageObj =
{
message: 'Message test'
},
type = [];
var type = [];

messageObj = {
message: 'Message test'
};
expect(obj.add(messageObj, type)).toEqual(true);
expect(type).toEqual([messageObj.message]);
});
Expand Down

0 comments on commit 9ccac04

Please sign in to comment.