Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Mar 27, 2024
1 parent d5e7fbc commit efee99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TileHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void GetTileTest()
var instance = new Instance();
instance.Position = new Wkx.Point(1, 2);
instance.Scale = 1;
instance.Model = "box.glb";
instance.Model = "Box.glb";
instances.Add(instance);

// act
Expand Down

0 comments on commit efee99b

Please sign in to comment.