Redundant use of `equals(...)` across test code
Abierto
cleanup
P3
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
`equals` is the default matcher, so we do not need to specify this everywhere.
e.g.
`expect(myVar, equals('hello'))` ==> `expect(myVar, 'hello')`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.