Skip to content

Commit 09a0466

Browse files
committed
fix data type
1 parent b47a5cd commit 09a0466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firestore/Swift/Tests/Integration/PipelineTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ class PipelineIntegrationTests: FSTIntegrationTestCase {
538538
"bytes": Data([1, 2, 3, 4, 5, 6, 7, 0]),
539539
"documentReference": db.document("foo/bar"),
540540
"vectorValue": VectorValue([1, 2, 3]),
541-
"arrayValue": [1, 2, 3],
542541
"map": [
543542
"number": 1,
544543
"string": "a string",

0 commit comments

Comments
 (0)