Skip to content

Commit

Permalink
. r file path excractor moved to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 23, 2024
1 parent bb218cf commit e6fe835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/approval_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ part 'src/core/approval_writer.dart';
part 'src/core/comparator.dart';
part 'src/core/enums/comporator_ide.dart';
part 'src/core/extensions/approval_string_extensions.dart';
part 'src/core/file_path_extractor.dart';
part 'src/core/utils/file_path_extractor.dart';
part 'src/core/logger/logger.dart';
part 'src/core/options.dart';
part 'src/core/platform_wrapper.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of '../../approval_tests.dart';
part of '../../../approval_tests.dart';

class FilePathExtractor {
final IStackTraceFetcher _stackTraceFetcher;
Expand Down

0 comments on commit e6fe835

Please sign in to comment.