Redundant use of `equals(...)` across test code
Đang mở
cleanup
P3
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
`equals` is the default matcher, so we do not need to specify this everywhere.
e.g.
`expect(myVar, equals('hello'))` ==> `expect(myVar, 'hello')`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.