Skip to content

Commit

Permalink
problem: test API is available only with linux based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BOOMER74 authored Dec 8, 2023
1 parent b956a2c commit 6e591b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/services/src/emerald-client/ApiAccess.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Blockchain, ConnectionStatus } from '@emeraldpay/api';
import { EmeraldApiAccessDev } from './ApiAccess';
import { EmeraldApiAccessProd } from './ApiAccess';

jest.setTimeout(10000);

describe('ApiAccess', () => {
test('should connect without errors', async () => {
const apiAccess = new EmeraldApiAccessDev('test', {
const apiAccess = new EmeraldApiAccessProd('test', {
appLocale: 'en-US',
appVersion: '0.0.0',
chromeVersion: '0.0.0',
Expand Down

0 comments on commit 6e591b7

Please sign in to comment.