fix(core): update

This commit is contained in:
Philipp Kunz 2019-12-15 17:21:54 +00:00
parent c3f60959c4
commit cebb8a5555

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 () => {