remove numeric keyCodes from tests (missed one)

This commit is contained in:
Becky Gilbert 2021-02-20 14:25:45 -08:00
parent c6e09d7578
commit 101508863c

View File

@ -88,7 +88,7 @@ describe('Trial parameters in the data', function(){
timeline: [trial] timeline: [trial]
}); });
utils.pressKey(32); utils.pressKey(' ');
expect(spy).toHaveBeenCalled(); expect(spy).toHaveBeenCalled();
spy.mockRestore(); spy.mockRestore();