Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miki2826 committed Nov 9, 2016
1 parent d9457ae commit 8728d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/botly_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ describe('Botly Tests', function () {
notificationType: Botly.CONST.NOTIFICATION_TYPE.NO_PUSH
});

let element = botly.createListElement({
var element = botly.createListElement({
title: "Classic T-Shirt Collection",
image_url: "https://peterssendreceiveapp.ngrok.io/img/collection.png",
subtitle: "See all our colors",
Expand Down

0 comments on commit 8728d72

Please sign in to comment.