Skip to content

Commit

Permalink
Fix typos in CircularBufferTest.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 authored May 6, 2024
1 parent 0cddd27 commit 1bb1615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Because there is space available, if the client again uses overwrite to store C
[C][D][7][8][9][A][B]
## Hint
For error cases during operations, see Error class hiearchy (class side) to find out how to signal exception with given message.
For error cases during operations, see Error class hierarchy (class side) to find out how to signal exception with given message.
"
Class {
Expand Down Expand Up @@ -90,7 +90,7 @@ CircularBufferTest >> setUp [
CircularBufferTest >> test01_ReadingEmptyBufferShouldFail [
"Tip: Remember to review the class [Comment] tab"

<exeTestName: 'eading empty buffer should fail'>
<exeTestName: 'reading empty buffer should fail'>
<exeTestUUID: '28268ed4-4ff3-45f3-820e-895b44d53dfa'>
circularBufferCalculator capacity: 1.
self should: [circularBufferCalculator read] raise: Error.
Expand Down

0 comments on commit 1bb1615

Please sign in to comment.