Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 11, 2023
1 parent 7ce23b6 commit 8f772b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #RSChannelTest,
#superclass : #RSTest,
#category : #'Roassal-Mondrian-Tests'
#category : #'Roassal-Global-Tests-Mondrian'
}

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #RSConnectionTest,
#superclass : #RSTest,
#category : #'Roassal-Mondrian-Tests'
#category : #'Roassal-Global-Tests-Mondrian'
}

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'm'
],
#category : #'Roassal-Mondrian-Tests'
#category : #'Roassal-Global-Tests-Mondrian'
}

{ #category : #running }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'b'
],
#category : #'Roassal-Mondrian-Tests'
#category : #'Roassal-Global-Tests-Mondrian'
}

{ #category : #running }
Expand Down

0 comments on commit 8f772b3

Please sign in to comment.