Skip to content

Commit

Permalink
fix broken import path in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gubatron committed Dec 31, 2015
1 parent 808ed85 commit b28576a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swig/session_test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
var lt = require('build/Release/jlibtorrent');
var lt = require('./build/Release/jlibtorrent');

var alert_mask = lt.alert.all_categories;
var sp = new lt.settings_pack();

sp.set_int(lt.settings_pack.alert_mask, alert_mask);

var s = new lt.session(sp);

lt.session_alerts_loop(s);
Expand Down

0 comments on commit b28576a

Please sign in to comment.