Commit e7fea75
committed
Fixed AbstractIT deleting the wrong account
The account type depends on the build flavor, as some of them define their
own R.string.account_type. The test did respect that value when creating
the account in AbstractIT.createAccount(), but not when deleting the
account beforehand.
Signed-off-by: Philipp Hasper <[email protected]>1 parent 5eac146 commit e7fea75
File tree
1 file changed
+1
-1
lines changed- app/src/androidTest/java/com/owncloud/android
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments