fix: rename test module to tests
This commit is contained in:
11
examples/acceptance_tests/027/lib/tests.ak
Normal file
11
examples/acceptance_tests/027/lib/tests.ak
Normal file
@@ -0,0 +1,11 @@
|
||||
pub fn foo(_a : a) -> Bool {
|
||||
True
|
||||
}
|
||||
|
||||
test test_1() {
|
||||
foo(1)
|
||||
}
|
||||
|
||||
test test_2() {
|
||||
foo(1) && foo(2)
|
||||
}
|
||||
Reference in New Issue
Block a user