Skip to content

Commit

Permalink
test: improve ContentSerdes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 30, 2023
1 parent 338ef29 commit 4629449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core/content_serdes_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Content _getTestContent(String input) {
}

void main() {
group('Content Serdes Tests', () {
test('Content Validation', () async {
group('ContentSerdes should', () {
test('validate Content', () async {
final contentSerdes = ContentSerdes();

final testContent1 = _getTestContent('42');
Expand Down Expand Up @@ -57,7 +57,7 @@ void main() {
null,
);
});
test('Codec Registration', () async {
test('support registration of new Codecs', () async {
final contentSerdes = ContentSerdes();

expect(
Expand Down

0 comments on commit 4629449

Please sign in to comment.