Remove unnecessary async

This commit is contained in:
Robert
2022-09-23 15:41:11 +01:00
parent 910c1b7352
commit abf6c6f108

View File

@@ -284,7 +284,7 @@ describe('Remote queries', function() {
});
describe('when live results are enabled', () => {
beforeEach(async () => {
beforeEach(() => {
liveResultsStub.returns(true);
});