Skip to content

Commit 76b495f

Browse files
author
Ellet
committed
Fix note cubit test
1 parent 1639c73 commit 76b495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/note/note_cubit_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ void main() {
2323
// );
2424
// });
2525
group('No tests', () {
26-
expect(null, null);
26+
expect(true, true);
2727
});
2828
}

0 commit comments

Comments
 (0)