Skip to content

Commit

Permalink
Merge pull request #262 from dissto/fix-261
Browse files Browse the repository at this point in the history
Fix #261
  • Loading branch information
CodeWithDennis authored May 19, 2024
2 parents 17301f1 + 8fd18c4 commit deb23d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ it({{ DESCRIPTION }}, function (string $column) {
'ownerRecord' => $ownerRecord,
'pageClass' => {{ RESOURCE_EDIT_CLASS }}
])
->assertCanRenderTableColumn($column);
->assertCanNotRenderTableColumn($column);
})->with({{ RELATION_MANAGER_TABLE_TOGGLED_HIDDEN_BY_DEFAULT_COLUMNS }}){{ RESOLVED_GROUP_METHOD }};

0 comments on commit deb23d4

Please sign in to comment.