1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 13:30:04 +00:00

chore: test fixing

This commit is contained in:
Mihajlo Medjedovic
2021-02-24 13:15:14 +01:00
parent 7b72998e1c
commit e0051bf276
2 changed files with 3 additions and 6 deletions

View File

@@ -450,8 +450,7 @@ describe('ContextManager', () => {
const expectedResponse = { const expectedResponse = {
etag: '', etag: '',
result: sampleResponseGetComputeContextByName, result: sampleResponseGetComputeContextByName
log: sampleResponseGetComputeContextByName
} }
await expect( await expect(
@@ -580,8 +579,7 @@ describe('ContextManager', () => {
const expectedResponse = { const expectedResponse = {
etag: '', etag: '',
result: sampleResponseDeletedContext, result: sampleResponseDeletedContext
log: sampleResponseDeletedContext
} }
await expect( await expect(

View File

@@ -31,8 +31,7 @@ describe('SessionManager', () => {
const expectedResponse = { const expectedResponse = {
etag: '', etag: '',
result: sampleResponse, result: sampleResponse
log: sampleResponse
} }
await expect( await expect(