Skip to content

Commit

Permalink
Fix typo game/komodo
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Dec 19, 2017
1 parent c51bb4f commit 91eb2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ it('Allows selection of game', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of game', function(done) {
it('Allows selection of komodo', function(done) {
var params = {
selectText: "KMD - Komodo",
firstAddress: "RJL777dmaB3PYqHEJGMJKWWkLPdu1ypGi4",
Expand Down

0 comments on commit 91eb2cb

Please sign in to comment.