Skip to content

Commit

Permalink
chore(firestore): Fix firestore acceptance test warning (#23447)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepTuniki authored Oct 17, 2023
1 parent 1f86b63 commit d1db5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

doc_ref.set({nullField: nil}, merge: true)
doc_snp = doc_ref.get
_(doc_snp[:nullField]).must_equal nil
_(doc_snp[:nullField]).must_be :nil?
end

it "supports server timestamps" do
Expand Down

0 comments on commit d1db5e5

Please sign in to comment.