Skip to content

Commit f4b10d6

Browse files
committed
Remove comment
1 parent 546c0ce commit f4b10d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontends/main/src/app-pages/UnitsListingPage/UnitsListingPage.test.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ describe("UnitListingPage", () => {
105105
results: unitChannels,
106106
})
107107

108-
// units.forEach((unit) => {
109-
// setMockResponse.get(urls.channels.details("unit", unit.code), {
110-
// channel_url: `${window.location.origin}/units/${unit.code}`,
111-
// })
112-
// })
113-
114108
return {
115109
unitChannels,
116110
courseCounts,

0 commit comments

Comments
 (0)