Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Apr 30, 2024
1 parent 6377398 commit 8f743b6
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions tests/Feature/Http/Controllers/NoteTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,11 @@ class NoteTestCase extends TestCase
'owned_by_id',
'parent_id',
'note_type',
// 'backlog_id',
// 'board_id',
// 'epic_id',
// 'flow_id',
// 'milestone_id',
// 'project_id',
// 'release_id',
// 'roadmap_id',
// 'source_id',
// 'sprint_id',
// 'tag_id',
// 'team_id',
// 'ticket_id',
// 'version_id',
'matrix_id',
'tag_id',
'created_at',
'deleted_at',
'updated_at',
'start_at',
'planned_start_at',
'end_at',
'planned_end_at',
'canceled_at',
'closed_at',
'embargo_at',
'fixed_at',
'postponed_at',
'published_at',
'released_at',
'resumed_at',
'resolved_at',
'suspended_at',
'gids',
'po',
'pg',
Expand All @@ -88,19 +62,12 @@ class NoteTestCase extends TestCase
'canceled',
'closed',
'completed',
'duplicate',
'fixed',
'flagged',
'internal',
'locked',
'pending',
'planned',
'problem',
'published',
'released',
'retired',
'resolved',
'suspended',
'unknown',
'label',
'title',
Expand All @@ -116,12 +83,8 @@ class NoteTestCase extends TestCase
'avatar',
'ui',
'assets',
'backlog',
'board',
'flow',
'meta',
'options',
'roadmap',
'sources',
];
}

0 comments on commit 8f743b6

Please sign in to comment.