Skip to content

Commit dbd22f7

Browse files
LynxLynxxdtscalac
andauthored
fix: Update catalyst_voices/packages/internal/catalyst_voices_repositories/test/src/database/dao/drafts_dao_test.dart
Co-authored-by: Dominik Toton <[email protected]>
1 parent b113c3b commit dbd22f7

File tree

1 file changed

+1
-0
lines changed
  • catalyst_voices/packages/internal/catalyst_voices_repositories/test/src/database/dao

1 file changed

+1
-0
lines changed

catalyst_voices/packages/internal/catalyst_voices_repositories/test/src/database/dao/drafts_dao_test.dart

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ void main() {
133133
allOf(hasLength(refs.length), containsAll(refs)),
134134
);
135135
});
136+
136137
test('authors are correctly extracted', () async {
137138
final authorId1 = CatalystId(host: 'test', role0Key: Uint8List(32));
138139
final authorId2 = CatalystId(host: 'test1', role0Key: Uint8List(32));

0 commit comments

Comments
 (0)