Skip to content

Commit

Permalink
fix superclass for test
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed May 2, 2023
1 parent 1ff5cba commit f25c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NumericInterpolator-Tests/NSNumberTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #NSNumberTest,
#superclass : #RSTest,
#superclass : #TestCase,
#category : #'NumericInterpolator-Tests'
}

Expand Down

0 comments on commit f25c191

Please sign in to comment.