blob: bf0f93a7009dcf7364e98d552cddfeb2bc76b8df [file] [log] [blame]
a = 123
a *= 2
println "Running unit test with a = ${a}"
assert a == 246