fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-02 23:38:07 +02:00
parent 7bd4cb67ae
commit ecdf7e46cc

View File

@ -9,7 +9,7 @@ let testBunqAccount: bunq.BunqAccount;
const testBunqOptions: bunq.IBunqConstructorOptions = {
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
deviceName: 'mojoiobunqpackage',
environment: 'PRODUCTION'
environment: 'SANDBOX'
};
tap.test('should create a valid bunq account', async () => {