1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +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 = {
etag: '',
result: sampleResponseGetComputeContextByName,
log: sampleResponseGetComputeContextByName
result: sampleResponseGetComputeContextByName
}
await expect(
@@ -580,8 +579,7 @@ describe('ContextManager', () => {
const expectedResponse = {
etag: '',
result: sampleResponseDeletedContext,
log: sampleResponseDeletedContext
result: sampleResponseDeletedContext
}
await expect(

View File

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