Skip to content

Commit

Permalink
Fix test error in test_entities.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Jan 10, 2025
1 parent f50c2f2 commit 444fb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unittests/test_entities.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ extends GutTest

var world:GFWorld = null

func before_all():
func before_each():
world = GFWorld.new()

func after_all():
func after_each():
world.free()

#region Tests
Expand Down

0 comments on commit 444fb2a

Please sign in to comment.