Skip to content

Commit

Permalink
fixup! feat!: rework library structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 5, 2024
1 parent cfcceea commit 6e684de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/binding_coap/binding_coap_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i4;

import 'package:dart_wot/src/core/definitions/thing_description.dart' as _i2;
import 'package:dart_wot/src/core/definitions.dart' as _i2;
import 'package:dart_wot/src/core/scripting_api/exposed_thing.dart' as _i3;
import 'package:dart_wot/src/core/scripting_api/interaction_input.dart' as _i5;
import 'package:mockito/mockito.dart' as _i1;
Expand Down
2 changes: 1 addition & 1 deletion test/binding_http/http_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i4;

import 'package:dart_wot/src/core/definitions/thing_description.dart' as _i2;
import 'package:dart_wot/src/core/definitions.dart' as _i2;
import 'package:dart_wot/src/core/scripting_api/exposed_thing.dart' as _i3;
import 'package:dart_wot/src/core/scripting_api/interaction_input.dart' as _i5;
import 'package:mockito/mockito.dart' as _i1;
Expand Down

0 comments on commit 6e684de

Please sign in to comment.