Skip to content

Commit

Permalink
Improved tasks 206, 226
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 21, 2023
1 parent 93dd3ed commit 3232003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace leetcode\g0201_0300\s0206_reverse_linked_list;

use PHPUnit\Framework\TestCase;
use leetcode\com_github_leetcode\ListNode;
use PHPUnit\Framework\TestCase;

class SolutionTest extends TestCase {
public function testReverseList() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace leetcode\g0201_0300\s0226_invert_binary_tree;

use PHPUnit\Framework\TestCase;
use leetcode\com_github_leetcode\TreeUtils;
use PHPUnit\Framework\TestCase;

class SolutionTest extends TestCase {
public function testInvertTree() {
Expand Down

0 comments on commit 3232003

Please sign in to comment.