Skip to content

Commit eef4126

Browse files
Fix accidentally focused test
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent 19a0f66 commit eef4126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/hooks/__tests__/use-initial-selected-event.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('useInitialSelectedEvent', () => {
192192
});
193193

194194
// add test cases for filteredEventGroupsEntries being empty after filtering
195-
it.only('should return initialEventGroupIndex as undefined when filteredEventGroupsEntries no longer contains the event', () => {
195+
it('should return initialEventGroupIndex as undefined when filteredEventGroupsEntries no longer contains the event', () => {
196196
const initialFilteredEventGroupsEntries: [string, HistoryEventsGroup][] = [
197197
['2', mockEventGroups['2']],
198198
];

0 commit comments

Comments
 (0)