From 77385b9cf3753dfa4f707f413769540ffd001518 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 2 May 2023 08:09:29 -0500 Subject: [PATCH] chore: run prep --- test/integration/multiple_path_test.dart | 3 ++- test/src/param_test.dart | 3 ++- test/src/path_test.dart | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/test/integration/multiple_path_test.dart b/test/integration/multiple_path_test.dart index 8785b03..e5a79a4 100644 --- a/test/integration/multiple_path_test.dart +++ b/test/integration/multiple_path_test.dart @@ -1,8 +1,9 @@ // ignore_for_file: strict_raw_type -import 'package:go_router_paths/src/go_router_paths.dart'; import 'package:test/test.dart'; +import 'package:go_router_paths/src/go_router_paths.dart'; + class MultiplePath extends Path { MultiplePath() : super('home'); diff --git a/test/src/param_test.dart b/test/src/param_test.dart index 016b18a..5995654 100644 --- a/test/src/param_test.dart +++ b/test/src/param_test.dart @@ -1,8 +1,9 @@ // ignore_for_file: inference_failure_on_instance_creation -import 'package:go_router_paths/src/go_router_paths.dart'; import 'package:test/test.dart'; +import 'package:go_router_paths/src/go_router_paths.dart'; + void main() { group('goRoute', () { test(' "path/:id" from "path/:id"', () { diff --git a/test/src/path_test.dart b/test/src/path_test.dart index e2e1b09..7a43c38 100644 --- a/test/src/path_test.dart +++ b/test/src/path_test.dart @@ -1,8 +1,9 @@ // ignore_for_file: inference_failure_on_instance_creation -import 'package:go_router_paths/src/go_router_paths.dart'; import 'package:test/test.dart'; +import 'package:go_router_paths/src/go_router_paths.dart'; + void main() { group('goRoute', () { test(' "/path" from "path"', () {