Skip to content

Commit

Permalink
adjust ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
coreysprague committed Oct 30, 2020
1 parent 76d0afb commit 6100e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/golden_toolkit/test/configuration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ void main() {
return GoldenToolkit.runWithConfiguration(
() async {
await tester.pumpWidgetBuilder(Container());
//ignore: deprecated_member_use_from_same_package
await screenMatchesGolden(tester, 'this_is_expected_to_skip',
//ignore: deprecated_member_use_from_same_package
skip: true);
},
config: GoldenToolkitConfiguration(skipGoldenAssertion: () => false),
Expand All @@ -57,8 +57,8 @@ void main() {
return GoldenToolkit.runWithConfiguration(
() async {
await tester.pumpWidgetBuilder(Container());
//ignore: deprecated_member_use_from_same_package
await multiScreenGolden(tester, 'this_is_expected_to_skip',
//ignore: deprecated_member_use_from_same_package
skip: true);
},
config: GoldenToolkitConfiguration(skipGoldenAssertion: () => false),
Expand Down

0 comments on commit 6100e9c

Please sign in to comment.