Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/gut/test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ func assert_engine_error(text, msg=''):
## [codeblock]
## func test_with_push_error():
## push_error("This is an error")
## assert_push_error(1, 'This test should have caused a push_error)
## assert_push_error(1, 'This test should have caused a push_error')
## [/codeblock]
## See [wiki]Error-Tracking[/wiki].
func assert_push_error_count(count : int, msg:=''):
Expand Down