Skip to content

Commit

Permalink
Fix the test description for the list separator of non-empty maps (#1464
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stof committed Sep 7, 2021
1 parent 1288b92 commit f098c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dart_api/value/map_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void main() {
late SassMap value;
setUp(() => value = parseValue("(a: b, c: d)") as SassMap);

test("has an undecided separator", () {
test("has a comma separator", () {
expect(value.separator, equals(ListSeparator.comma));
});

Expand Down

0 comments on commit f098c7f

Please sign in to comment.