mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 05:40:06 +00:00
chore: grammar fixing
This commit is contained in:
@@ -5,8 +5,6 @@ jest.mock('axios')
|
||||
const mockedAxios = axios as jest.Mocked<typeof axios>
|
||||
|
||||
describe('FolderOperations', () => {
|
||||
let originalFetch: any
|
||||
|
||||
const sasViyaApiClient = new SASViyaApiClient(
|
||||
'https://sample.server.com',
|
||||
'/Public',
|
||||
@@ -26,8 +24,6 @@ describe('FolderOperations', () => {
|
||||
'token'
|
||||
)
|
||||
|
||||
console.log(`[res]`, res)
|
||||
|
||||
expect(res.folder.name).toEqual('newName')
|
||||
expect(res.folder.parentFolderUri.split('=')[1]).toEqual('/Test/toFolder')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user