From b43a5335c2675cc2964e52186f2b51f2dab6e0f5 Mon Sep 17 00:00:00 2001 From: Matej Valenta Date: Tue, 14 Jan 2025 13:56:34 +0100 Subject: [PATCH] chore: move test --- lib/src/src.dart | 1 - {lib/src => test}/bloc_presentation_test.dart | 1 - 2 files changed, 2 deletions(-) rename {lib/src => test}/bloc_presentation_test.dart (99%) diff --git a/lib/src/src.dart b/lib/src/src.dart index 3d41669..d39154c 100644 --- a/lib/src/src.dart +++ b/lib/src/src.dart @@ -1,7 +1,6 @@ export 'package:trackable/trackable.dart'; export 'base_effect.dart'; -export 'bloc_presentation_test.dart'; export 'extensions.dart'; export 'safe_bloc.dart'; export 'safe_bloc_base.dart'; diff --git a/lib/src/bloc_presentation_test.dart b/test/bloc_presentation_test.dart similarity index 99% rename from lib/src/bloc_presentation_test.dart rename to test/bloc_presentation_test.dart index 5dcbf0d..386b1b6 100644 --- a/lib/src/bloc_presentation_test.dart +++ b/test/bloc_presentation_test.dart @@ -188,7 +188,6 @@ extension on List { String insertion(String str) => '\u001b[32m{+$str+}\u001B[0m'; String toPrettyString() { - final buffer = StringBuffer(); for (final difference in this) { switch (difference.operation) {