Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed Jul 31, 2018
1 parent 3085b43 commit 7c0c859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/common_server_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ void defineTests() {
apiServer = new ApiServer(apiPrefix: '/api', prettyPrint: true);
apiServer.addApi(server);

// Some piece of initialization doesn't always happen fast enough for
// this request to work in time for the test. So try it here until the
// server returns something valid.
// TODO(jcollins-g): determine which piece of initialization isn't
// happening and deal with that in warmup/init.
{
var decodedJson = {};
var jsonData = {'source': sampleCodeError};
Expand Down

0 comments on commit 7c0c859

Please sign in to comment.