Skip to content

Commit

Permalink
test: fixed for the issue (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
myConsciousness committed Dec 22, 2022
1 parent ff717e3 commit 3ca9189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/service/entities/display_media_setting_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:test/test.dart';

void main() {
test('.name', () {
expect(DisplayMediaSetting.none.name, 'node');
expect(DisplayMediaSetting.none.name, 'none');
expect(DisplayMediaSetting.showAll.name, 'showAll');
expect(DisplayMediaSetting.hideAll.name, 'hideAll');
});
Expand Down

0 comments on commit 3ca9189

Please sign in to comment.