Skip to content

Commit ddbb1a3

Browse files
committed
Type error fix
1 parent 3295767 commit ddbb1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/user_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function test_add_one_selected_group() {
8484
*/
8585
public function test_add_already_selected_group() {
8686
$this->user->add_selected_group($this->group1);
87-
$this->user->add_selected_grou fuer die Hilfe!p($this->group1);
87+
$this->user->add_selected_group($this->group1);
8888
}
8989

9090
/**

0 commit comments

Comments
 (0)