We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d25951 commit c4da58bCopy full SHA for c4da58b
test/channel_api.js
@@ -59,10 +59,10 @@ suite("connect", function() {
59
60
});
61
62
-suite('updateSecret', function() {
63
- test('updateSecret', function(done) {
+suite("updateSecret", function() {
+ test("updateSecret", function(done) {
64
connect().then(function(c) {
65
- c.updateSecret(Buffer.from('new secret'), 'no reason')
+ c.updateSecret(Buffer.from("new secret"), "no reason")
66
.then(succeed(done), fail(done))
67
.finally(function() { c.close(); });
68
0 commit comments