Skip to content

Commit

Permalink
Fix: make use of unused my_text in docs example (digital-asset#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkapolnai-da authored Jan 7, 2020
1 parent 8cb70df commit e20ca6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/daml/intro/daml/daml-intro-3/Native.daml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ native_test = scenario do
assert (alice /= bob)
assert (-my_int == 123)
assert (1000.0 * my_dec == 1.0)
assert (my_text == "Alice")
assert (not my_bool)
assert (addDays my_date 1 == date 2020 Jan 02)
assert (addRelTime my_time my_rel_time == time (addDays my_date 1) 00 00 00)
Expand Down

0 comments on commit e20ca6f

Please sign in to comment.