Skip to content

Commit

Permalink
chore: run prep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed May 2, 2023
1 parent c07b8ad commit 77385b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/integration/multiple_path_test.dart
Original file line number Diff line number Diff line change
@@ -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> {
MultiplePath() : super('home');

Expand Down
3 changes: 2 additions & 1 deletion test/src/param_test.dart
Original file line number Diff line number Diff line change
@@ -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"', () {
Expand Down
3 changes: 2 additions & 1 deletion test/src/path_test.dart
Original file line number Diff line number Diff line change
@@ -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"', () {
Expand Down

0 comments on commit 77385b9

Please sign in to comment.