Skip to content

Commit

Permalink
Merge pull request #224 from raszi/gh-217
Browse files Browse the repository at this point in the history
fix #217: name tests must tmpName
  • Loading branch information
silkentrance committed Jan 27, 2020
2 parents eb412d6 + fd82b3f commit 3ffd509
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 3ffd509

Please sign in to comment.