aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Improve SiteList Test #1057

Closed nspool closed 2 years ago

nspool commented 2 years ago

Looping on the expect within await appears to sometimes fail. Fix so the await is in the innermost loop.

Also remove some unused imports and unneeded annotations.