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