Skip to content

Commit

Permalink
rename log file to: paper-plugin-name-with-dot-error-1-21.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Feb 13, 2025
1 parent 3ee1169 commit 146237e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/tests/Logs/AutoLogsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,16 +374,6 @@ public function test_paper_ambiguous_plugin_name_1_21_1(): void
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

/**
* @return void
* @throws Exception
*/
public function test_paper_generic_plugin_error_1_21(): void
{
$log = new TestLog('Vanilla/Bukkit/Paper/paper-generic-plugin-error-1-21.log');
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

/**
* @return void
* @throws Exception
Expand Down Expand Up @@ -504,6 +494,16 @@ public function test_paper_plugin_disabling(): void
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

/**
* @return void
* @throws Exception
*/
public function test_paper_plugin_name_with_dot_error_1_21(): void
{
$log = new TestLog('Vanilla/Bukkit/Paper/paper-plugin-name-with-dot-error-1-21.log');
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
}

/**
* @return void
* @throws Exception
Expand Down

0 comments on commit 146237e

Please sign in to comment.