Skip to content

Commit

Permalink
fix #217: name tests must tmpName
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Jan 27, 2020
1 parent eb412d6 commit fd82b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/name-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('tmp', function () {
describe('when running inband standard tests', function () {
inbandStandardTests(function before(done) {
var that = this;
tmp.dir(this.opts, function (err, name) {
tmp.tmpName(this.opts, function (err, name) {
if (err) return done(err);
that.topic = name;
done();
Expand Down

0 comments on commit fd82b3f

Please sign in to comment.