Refresh gift_card and hello_world examples.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use aiken/transaction/value
|
||||
use cardano/assets
|
||||
|
||||
test test_quantity_of_1() {
|
||||
let x = value.from_asset(#"000000", #"000020e05363726970744f776e6572", -1)
|
||||
value.quantity_of(x, #"000000", #"000020e05363726970744f776e6572") < 0
|
||||
let x = assets.from_asset(#"000000", #"000020e05363726970744f776e6572", -1)
|
||||
assets.quantity_of(x, #"000000", #"000020e05363726970744f776e6572") < 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user