소스 검색

Fixes creation test

devmil 4 년 전
부모
커밋
e0faf9d4eb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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();