mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2025-01-14 13:03:40 +01:00
5 lines
70 B
GDScript
5 lines
70 B
GDScript
extends "res://addons/gut/test.gd"
|
|
|
|
func test_test():
|
|
assert_eq(1,1)
|