Fix exception when doing expect boolean = ..
Add new Air Assert Bool Add acceptance test 76
This commit is contained in:
5
examples/acceptance_tests/076/lib/tests.ak
Normal file
5
examples/acceptance_tests/076/lib/tests.ak
Normal file
@@ -0,0 +1,5 @@
|
||||
test expect_positive() {
|
||||
let val = 5
|
||||
expect True = val > 0
|
||||
True
|
||||
}
|
||||
Reference in New Issue
Block a user