Skip to content

Commit

Permalink
Remove unused var fro test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Nov 5, 2024
1 parent fb663e2 commit fe3e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microdown-Tests/MicCodeBlockTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MicCodeBlockTest >> testCaption [
MicCodeBlockTest >> testCodeBlockWithNestedCodeBlock [
"This test shows that we can write a code block inside a code block but that the later is not interpreter."

| source root code textBody |
| source root code |
source := '```
This is a first level code
```
Expand Down

0 comments on commit fe3e09c

Please sign in to comment.