Skip to content

Commit

Permalink
[xdg_directories] Apply missing test visibility annotation (flutter#194)
Browse files Browse the repository at this point in the history
Stumbled across the XDG directory library, and noticed something small.
  • Loading branch information
jameschensmith authored Aug 19, 2020
1 parent d824e74 commit 2afb1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xdg_directories/lib/xdg_directories.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set xdgEnvironmentOverride(EnvironmentAccessor override) {
/// replaces the real environment lookups with an override.
///
/// Only available to tests.
@visibleForTesting
EnvironmentAccessor get xdgEnvironmentOverride => _xdgEnvironmentOverride;
EnvironmentAccessor _xdgEnvironmentOverride;
EnvironmentAccessor _productionGetEnv =
Expand Down

0 comments on commit 2afb1b3

Please sign in to comment.