Skip to content

Commit

Permalink
[Detox] Change: Use adbName TestingAVD just like before
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 22, 2024
1 parent 6c945da commit c87052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
emulator: {
type: 'android.emulator',
device: {
avdName: 'Pixel_3a_API_30_x86'
avdName: 'TestingAVD'
}
}
},
Expand Down

0 comments on commit c87052b

Please sign in to comment.