Skip to content

Commit

Permalink
TritonDataCenter#94 nics.test.js failing due to double callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsell Kukuljevic committed May 22, 2021
1 parent 93f4196 commit 4d1097b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/nics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,10 @@ function deleteTestNetwork(t, data, fixture, cb) {
next(err);
return;
});
} else {
next();
return;
}
next();
}
]}, cb);
}
Expand Down

0 comments on commit 4d1097b

Please sign in to comment.