Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Fix incorrect test module name
Browse files Browse the repository at this point in the history
  • Loading branch information
bronsonholden committed Jul 19, 2018
1 parent f94eae3 commit 6536940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { expect } = require('chai');
const OnePoint = require('../index');
const env = require('./env.js');

describe('run-report', function () {
describe('rate limits', function () {
var onePoint;

this.timeout(30000);
Expand Down

0 comments on commit 6536940

Please sign in to comment.