Skip to content

Commit

Permalink
Don't check for strictly equal encoding. Time may encode in different…
Browse files Browse the repository at this point in the history
… ways for compactibility
  • Loading branch information
lbguilherme committed Feb 26, 2020
1 parent 73f5199 commit 1200d71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/driver/dsl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ module RethinkDB
end

def run(conn, runopts : Hash = {} of String => Nil)
if_defined(Spec) do
ReQL::Term.encode(ReQL::Term.parse(ReQL::Term.encode(@val))).should ::eq ReQL::Term.encode(@val)
end

conn.run(@val, RunOpts.new(runopts))
end

Expand Down

0 comments on commit 1200d71

Please sign in to comment.