Skip to content

Commit

Permalink
Fixed a discrepancy in the README.md for travis build status. Fixed i…
Browse files Browse the repository at this point in the history
…ndex.test.js naming convention to match that of strategy.test.js
  • Loading branch information
MNZT committed Jan 22, 2016
1 parent ff67e21 commit 5178b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ If you would like to contribute, please provide accompanying tests with [AVA](ht
$ ava


[![Build Status](https://secure.travis-ci.org/mnzt/passport-steam.png)](http://travis-ci.org/mnzt/passport-steam)
[![Build Status](https://secure.travis-ci.org/liamcurry/passport-steam.png)](http://travis-ci.org/liamcurry/passport-steam)

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Expand Up @@ -2,6 +2,6 @@ var steam = require('../lib/passport-steam/index.js');

import test from 'ava';

test('Module >> version type', t => {
test('Checking version type is string', t => {
t.same(typeof steam.version, "string")
});

0 comments on commit 5178b84

Please sign in to comment.