Skip to content

Commit 39ddbc7

Browse files
authored
Update README.md
1 parent d8dfcbf commit 39ddbc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Use the `DataTable` parameter to get access to the data:
156156
```dart
157157
final dataAsList = dataTable.asLists(); // [['artist', 'name'], ['The Doors', 'Riders on the storm'], ...]
158158
final dataAsMaps = dataTable.asMaps(); // [{'artist: 'The Doors', 'name: 'Riders on the storm'}, ...]
159-
159+
```
160160
## Tags
161161
162162
Tags are used to filter scenarios in the test runner. Here are some examples:

0 commit comments

Comments
 (0)