Skip to content

Commit

Permalink
Add easter egg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Sep 22, 2022
1 parent c9282c6 commit 27a4429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const B = preload("preload_cyclic_reference_b.notest.gd")

const VALUE_TO_TEST = "godot"
const WAITING_FOR = "godot"

static func test_cyclic_reference():
B.test_cyclic_reference()
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const A = preload("preload_cyclic_reference_a.notest.gd")

static func test_cyclic_reference():
print(A.VALUE_TO_TEST)
print(A.WAITING_FOR)

0 comments on commit 27a4429

Please sign in to comment.