Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update expected gas station api
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Aug 20, 2019
1 parent b255b7c commit 6453f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dai/test/eth/GasService.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ test('fetches gas station data', async () => {
'safeLowWait',
'avgWait',
'fastWait',
'fastestWait'
'fastestWait',
'gasPriceRange'
];

expect(Object.keys(await gasService._gasStationDataPromise)).toEqual(keys);
Expand Down

0 comments on commit 6453f34

Please sign in to comment.