1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 20:40:05 +00:00

chore: addressing comments

This commit is contained in:
2021-06-10 12:08:16 +02:00
parent 00ba2957fb
commit 24496a997a
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const App = (): ReactElement<{}> => {
useEffect(() => {
if (adapter) {
let testSuites = [
const testSuites = [
basicTests(adapter, config.userName, config.password),
sendArrTests(adapter),
sendObjTests(adapter),