Skip to content

Commit

Permalink
Fix dangerous character warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Dec 28, 2024
1 parent afa98d4 commit 8a25bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ internal class LumbridgeBeginnerTasksTest : WorldTest() {
}

@Test
fun `Capital Protection, What?`() {
fun `Capital Protection, What`() {
val player = createPlayer("adventurer", Tile(3228, 3254))
player.levels.set(Skill.Smithing, 7)
player.inventory.add("bronze_bar", "bronze_bar", "hammer")
Expand Down

0 comments on commit 8a25bc7

Please sign in to comment.