Closed glukki closed 6 years ago
Issue source: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/lib/types/api.js#L139-L141
False-positive test: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/test/test-api.js#L90-L92
Adding a check like assert.ok(operation instanceOf Operation) into the test should help
assert.ok(operation instanceOf Operation)
Issue source: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/lib/types/api.js#L139-L141
False-positive test: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/test/test-api.js#L90-L92
Adding a check like
assert.ok(operation instanceOf Operation)
into the test should help