Fix lint error
This commit is contained in:
@@ -260,7 +260,7 @@ module('Acceptance | search', function (hooks) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await visit('/search?category=coffee&lat=52.52&lon=13.405');
|
await visit('/search?category=coffee&lat=52.52&lon=13.405');
|
||||||
} catch (e) {
|
} catch {
|
||||||
// Aborted transition throws, which is expected
|
// Aborted transition throws, which is expected
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user