exercism / dart

Exercism exercises in Dart.
https://exercism.org/tracks/dart
MIT License
57 stars 98 forks source link

Fix string syntax in allergies tests #454

Closed kytrinyx closed 1 year ago

kytrinyx commented 2 years ago

The group description in the allergies test suite was using double-quotes to delimit the strings.

This replaces the double-quoted strings with single-quoted strings.