Skip to content

Commit

Permalink
🔧 Fix path to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
worthant committed Sep 8, 2023
1 parent 1ffab0c commit 6d53eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AreaTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use PHPUnit\Framework\TestCase;
require __DIR__ . '/../src/AreaChecker.php';
require __DIR__ . '/../server/AreaChecker.php';

class AreaTest extends TestCase {

Expand Down

0 comments on commit 6d53eca

Please sign in to comment.