Skip to content

Commit e666f4b

Browse files
committed
refactor: remove unused imports and redundant test node creation in controller_init_test
1 parent 1527ee2 commit e666f4b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/vyuh_node_flow/test/unit/controller/controller_init_test.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
@Tags(['unit'])
1010
library;
1111

12-
import 'package:flutter/material.dart';
1312
import 'package:flutter_test/flutter_test.dart';
1413
import 'package:vyuh_node_flow/vyuh_node_flow.dart';
1514

@@ -286,10 +285,6 @@ void main() {
286285
id: 'node-1',
287286
position: const Offset(10, 20),
288287
);
289-
final node2 = createTestNode(
290-
id: 'node-2',
291-
position: const Offset(30, 40),
292-
);
293288

294289
// Constructor initialization
295290
final constructorController = NodeFlowController<String>(nodes: [node1]);

0 commit comments

Comments
 (0)