Skip to content

Commit

Permalink
Add "network_data" user-defined field into group.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Apr 19, 2023
1 parent 8b303f9 commit ce264fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/Groups/GroupCreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function testCreate()
self::assertEquals(1, count($ret));
self::assertEquals($idgroups, $ret[0]['idgroups']);
self::assertEquals($group->name, $ret[0]['name']);
self::assertEquals('dummy', $ret[0]['network_data']['dummy']);
}

public function testCreateGroupAsRestarter() {
Expand Down

0 comments on commit ce264fa

Please sign in to comment.