Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Jul 3, 2017
1 parent 5b62b40 commit 0b0ff74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/tooltip-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ describe("TOOLTIP", function() {
const len = tooltips.length;
const expected = [
"",
"bb-tooltip-name--data3",
"bb-tooltip-name--data1",
"bb-tooltip-name--data2"
"bb-tooltip-name-data3",
"bb-tooltip-name-data1",
"bb-tooltip-name-data2"
];

for (let i = 0; i < len; i++) {
Expand Down

0 comments on commit 0b0ff74

Please sign in to comment.