Skip to content

Commit

Permalink
Test(main): Fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jul 11, 2016
1 parent 4a5a5f0 commit 52781c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ dotest.add ('Method display.status', function (test) {
});


dotest.add ('Methods devices.list', function (test) {
dotest.add ('Method devices.list', function (test) {
toonapi.devices.list (function (err, data) {
var item = data && data [0];
var item = data && data[0];

cache.devices = data;

Expand Down

0 comments on commit 52781c4

Please sign in to comment.