Skip to content

Commit fa73a31

Browse files
committed
Fix test name
Copy/paste mistake
1 parent dab05d2 commit fa73a31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ParameterTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public function can_set_auto_font()
9999
$this->assertNotTrue($avatar->getAutoFont());
100100
}
101101

102-
public function can_set_background_color()
102+
/** @test */
103+
public function can_set_auto_color()
103104
{
104105
$avatar = new InitialAvatar();
105106

@@ -109,6 +110,4 @@ public function can_set_background_color()
109110

110111
$this->assertEquals('#000000', $avatar->getColor());
111112
}
112-
113-
114113
}

0 commit comments

Comments
 (0)