Parcourir la source

Fixes creation test

devmil il y a 4 ans
Parent
commit
e0faf9d4eb
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      test/terminal/terminal_search_test.dart

+ 3 - 1
test/terminal/terminal_search_test.dart

@@ -21,7 +21,9 @@ class TerminalSearchTestCircularList extends CircularList<BufferLine> {
 ])
 void main() {
   group('Terminal Search Tests', () {
-    test('Creation works', () {});
+    test('Creation works', () {
+      _TestFixture();
+    });
 
     test('Doesn\'t trigger anything when not activated', () {
       final fixture = _TestFixture();