Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
AiAe committed May 28, 2024
1 parent cef5a0b commit 1d4e736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/TournamentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function testEditAndUpdate()
$this->actingAs($this->organizer)
->put(route('web.tournaments.update', $this->tournament), $data)->assertRedirect();
$this->tournament->refresh();
$this->assertEquals('ababa', $this->tournament->discord);
$this->assertEquals('https://discord.com', $this->tournament->discord);
}

public function testDelete()
Expand Down

0 comments on commit 1d4e736

Please sign in to comment.