Stop using deprecated PniCredential

This commit is contained in:
Fedor Indutny
2022-09-21 09:18:48 -07:00
committed by GitHub
parent b7526d4e26
commit 59da9c7ae5
12 changed files with 38 additions and 241 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import type { App } from '../bootstrap';
export const debug = createDebug('mock:test:gv2');
describe('gv2', function needsName() {
describe('pnp/accept gv2 invite', function needsName() {
this.timeout(durations.MINUTE);
let bootstrap: Bootstrap;
+1 -1
View File
@@ -10,7 +10,7 @@ import type { App } from '../bootstrap';
export const debug = createDebug('mock:test:change-number');
describe('PNP change number', function needsName() {
describe('pnp/change number', function needsName() {
this.timeout(durations.MINUTE);
let bootstrap: Bootstrap;
+1 -1
View File
@@ -21,7 +21,7 @@ export const debug = createDebug('mock:test:pni-signature');
const IdentifierType = Proto.ManifestRecord.Identifier.Type;
describe('PNI Signature', function needsName() {
describe('pnp/PNI Signature', function needsName() {
this.timeout(durations.MINUTE);
let bootstrap: Bootstrap;
+1 -1
View File
@@ -16,7 +16,7 @@ const IdentifierType = Proto.ManifestRecord.Identifier.Type;
export const debug = createDebug('mock:test:gv2');
describe('gv2', function needsName() {
describe('pnp/send gv2 invite', function needsName() {
this.timeout(durations.MINUTE);
let bootstrap: Bootstrap;