We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b113c3b commit dbd22f7Copy full SHA for dbd22f7
catalyst_voices/packages/internal/catalyst_voices_repositories/test/src/database/dao/drafts_dao_test.dart
@@ -133,6 +133,7 @@ void main() {
133
allOf(hasLength(refs.length), containsAll(refs)),
134
);
135
});
136
+
137
test('authors are correctly extracted', () async {
138
final authorId1 = CatalystId(host: 'test', role0Key: Uint8List(32));
139
final authorId2 = CatalystId(host: 'test1', role0Key: Uint8List(32));
0 commit comments