Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno J. Gödecke <die.drei99@yahoo.de>
  • Loading branch information
hannojg committed Oct 17, 2022
1 parent f64cab1 commit d4c5698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/installApp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const {APP_PACKAGE} = require('../config');
const execAsync = require('./execAsync');
const Logger = require('./Logger');
const Logger = require('./logger');

const APP_PATH_FROM_ROOT = 'android/app/build/outputs/apk/e2eRelease/app-e2eRelease.apk';

Expand Down

0 comments on commit d4c5698

Please sign in to comment.