Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf authored Aug 10, 2022
1 parent d609e0c commit fbe6c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react_client/js_interop_helpers_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ main() {
});

test('array object constructed in JS', () {
// Create this and freeze it on the JS side so that we're not starting out with Dart's list implementation
// Create this on the JS side so that we're not starting out with Dart's list implementation
// and potentially any wrapper classes.
final frozenArray = createArray();
expect(_getPrototypeOf(frozenArray), _arrayPrototype, reason: 'test setup check; should be an array');
Expand Down

0 comments on commit fbe6c50

Please sign in to comment.