Skip to content

Commit

Permalink
Tests need to end in Test (no plural)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 9, 2020
1 parent 9303171 commit f623c10
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion src/Sindarin-Tests/SindarinBytecodeToASTCacheTest.class.st
Expand Up @@ -12,7 +12,7 @@ Class {
SindarinBytecodeToASTCacheTest >> setUp [
"Hooks that subclasses may override to define the fixture of test."
super setUp.
compiledMethod := SindarinDebuggerTests >> #helperMethod12.
compiledMethod := SindarinDebuggerTest >> #helperMethod12.
cache := SindarinBytecodeToASTCache generateForCompiledMethod: compiledMethod
]

Expand Down

0 comments on commit f623c10

Please sign in to comment.