Redundant use of `equals(...)` across test code
Aperta
cleanup
P3
- Lingua principale
- Dart
- Stelle
- 1.7k
- Fork
- 404
- Merge medio
- 6g 17h
- PR unite (30g)
- 18
Descrizione
`equals` is the default matcher, so we do not need to specify this everywhere.
e.g.
`expect(myVar, equals('hello'))` ==> `expect(myVar, 'hello')`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.