Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob314 committed Jan 16, 2019
1 parent 94b0da1 commit 7717d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/matchers/matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _EqualsGoldenIgnoringHashCodes extends Matcher {

static bool get updateGoldens {
_updateGoldens ??=
String.fromEnvironment("UPDATE_GOLDENS", defaultValue: "false") ==
const String.fromEnvironment('UPDATE_GOLDENS', defaultValue: 'false') ==
'true';
return _updateGoldens;
}
Expand Down Expand Up @@ -123,5 +123,6 @@ class _EqualsGoldenIgnoringHashCodes extends Matcher {
.add('pub run test test/\n')
.add('unset DART_VM_OPTIONS\n');
}
return null;
}
}

0 comments on commit 7717d57

Please sign in to comment.