Skip to content

Commit

Permalink
Edit example test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR committed Jan 4, 2024
1 parent c3f3703 commit c2c8c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Tests/Unit/test_example.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class_name GdUnitExampleTest
extends GdUnitTestSuite

func test_example() -> void:
const EXAMPLE_STRING := "Dialogic!"
const EXAMPLE_STRING := "Dialogic Test!"

assert_str(EXAMPLE_STRING)\
.has_length(EXAMPLE_STRING.length())\
Expand Down

0 comments on commit c2c8c6f

Please sign in to comment.