Skip to content

Commit

Permalink
fix: add instructions to lab8 and correct exercise description
Browse files Browse the repository at this point in the history
  • Loading branch information
anitvam committed Nov 12, 2023
1 parent dc42370 commit 37fe518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ packages:
to: 82-simple-gui
- from: java/testing/tdd-deathnote
to: 83-tdd-deathnote
- from: git/instructions-clone.md
to: README.md
oop-lab09:
format:
- repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void testNegativeWithdraw() {
}
}

// 4. Test withdrawing more money than it is in the account
// 5. Test withdrawing more money than it is in the account
@Test
public void testWithdrawingTooMuch() {
try {
Expand Down

0 comments on commit 37fe518

Please sign in to comment.