mirror of https://github.com/grpc/grpc-node.git
Use triple equals
This commit is contained in:
parent
eb3c479e36
commit
fbdeae23ea
|
|
@ -79,7 +79,7 @@ describe('Reconnection', function() {
|
||||||
let pendingCalls = 0;
|
let pendingCalls = 0;
|
||||||
let testDone = false;
|
let testDone = false;
|
||||||
function maybeDone() {
|
function maybeDone() {
|
||||||
if (testDone && pendingCalls == 0) {
|
if (testDone && pendingCalls === 0) {
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue