Skip to content

Commit fbe6c50

Browse files
Fix typo
1 parent d609e0c commit fbe6c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/react_client/js_interop_helpers_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ main() {
175175
});
176176

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

0 commit comments

Comments
 (0)