Skip to content

Commit

Permalink
Update CS 362 topics. Add test doubles code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed May 1, 2024
1 parent f77a2e0 commit ecd5f4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data/courses/sp24/cs362/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ const topics = [
{
title: 'UI-Based Integration Testing',
weeks: [ 4, 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -221,17 +220,18 @@ const topics = [

{
title: 'Test Doubles',
weeks: [ 6, 7 ],
weeks: [ 5, 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1NB775R2seFx5YmMeDeiCEnTCw3uGoEzDKGcHjkYAAvI/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs362-sp23/test-doubles',
// description: 'code written during lecture'
// }
{
title: 'Example code',
link: 'https://github.com/organizations/osu-cs362-sp24/repositories/new',
description: 'code written during lecture'
}
],
readings: [
{
Expand Down

0 comments on commit ecd5f4a

Please sign in to comment.