Skip to content

Commit

Permalink
Merge pull request #669 from hernanmd/fix_finder_tests_breaking_build
Browse files Browse the repository at this point in the history
Changed StFinderTest superclass to SpBaseTest
  • Loading branch information
Ducasse authored Jan 28, 2024
2 parents 4689915 + 2fdd7fe commit e57705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Finder-Tests/StFinderTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : 'StFinderTest',
#superclass : 'TestCase',
#superclass : 'SpBaseTest',
#instVars : [
'presenter',
'presenterModel'
Expand Down

0 comments on commit e57705f

Please sign in to comment.