test: update tests and snapshots

This commit is contained in:
Micooz 2017-09-20 13:34:03 +08:00
parent 260c89dda6
commit a35675c841
No known key found for this signature in database
GPG Key ID: 002FB5DD584D6CB1
4 changed files with 4 additions and 4 deletions

@ -3,7 +3,7 @@ import {PresetRunner} from '../common';
test('running on client and then server', async () => {
let runner = new PresetRunner({
name: 'exp-base-auth-stream',
name: 'base-auth-stream',
params: {
method: 'aes-256-ctr'
}
@ -33,7 +33,7 @@ test('running on client and then server', async () => {
// server
runner = new PresetRunner({
name: 'exp-base-auth-stream',
name: 'base-auth-stream',
params: {
method: 'aes-256-ctr'
}

@ -3,7 +3,7 @@ import {PresetRunner} from '../common';
test('running on client', async () => {
let runner = new PresetRunner({
name: 'exp-base-with-padding',
name: 'base-with-padding',
params: {
salt: 'any string'
}
@ -28,7 +28,7 @@ test('running on client', async () => {
// server
runner = new PresetRunner({
name: 'exp-base-with-padding',
name: 'base-with-padding',
params: {
salt: 'any string'
}