Skip to content

Commit

Permalink
Add getter test for new volume teaspoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasile Baluta authored and Vasile Baluta committed Jul 11, 2024
1 parent 7ff08b7 commit 70322f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/getters_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ void main() {
runGetterTest(property.milliliters, property.getUnit(VOLUME.milliliters));
runGetterTest(
property.tablespoonsUs, property.getUnit(VOLUME.tablespoonsUs));
runGetterTest(property.teaspoonsUs, property.getUnit(VOLUME.teaspoonsUs));
runGetterTest(property.australianTablespoons,
property.getUnit(VOLUME.australianTablespoons));
runGetterTest(property.cups, property.getUnit(VOLUME.cups));
Expand Down

0 comments on commit 70322f2

Please sign in to comment.