Skip to content

Commit

Permalink
Rename purpur-1192 to purpur-1-19-2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Sep 2, 2024
1 parent a4ca177 commit 5e7b91b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tests/Logs/AutoLogsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,19 +538,19 @@ public function test_paper_version_downgrade(): void
* @return void
* @throws Exception
*/
public function test_purpur_1_20_6(): void
public function test_purpur_1_19_2(): void
{
$log = new TestLog('Vanilla/Bukkit/Purpur/purpur-1-20-6.log');
$log = new TestLog('Vanilla/Bukkit/Purpur/purpur-1-19-2.log');
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

/**
* @return void
* @throws Exception
*/
public function test_purpur_1192(): void
public function test_purpur_1_20_6(): void
{
$log = new TestLog('Vanilla/Bukkit/Purpur/purpur-1192.log');
$log = new TestLog('Vanilla/Bukkit/Purpur/purpur-1-20-6.log');
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

Expand Down

0 comments on commit 5e7b91b

Please sign in to comment.