Skip to content

Commit

Permalink
fixing lettercase
Browse files Browse the repository at this point in the history
  • Loading branch information
esr360 committed Oct 4, 2017
1 parent b375389 commit 4808a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-testing/js/synergy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// @author [@esr360](http://twitter.com/esr360)
///****************************************************************

import Synergy from '../../src/js/Synergy.js';
import Synergy from '../../src/js/synergy.js';

const assert = require('assert');
const jsdom = require('jsdom-global')();
Expand Down

0 comments on commit 4808a83

Please sign in to comment.