mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Stop using deprecated PniCredential
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user