Skip to content

Commit

Permalink
Revert changes made to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Sep 14, 2023
1 parent 5cb46ae commit d4f0c4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Class {
#classVars : [
''Y''
],
#category : #''MonticelloTonel-Tests-Mocks-Base'',
#tag : #Base
#category : #''MonticelloTonel-Tests-Mocks-Base''
}
{ #category : #''class initialization'' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Class {
''CVar'',
''InitializationOrder''
],
#category : #''MonticelloTonel-Tests-Mocks-Base'',
#tag : #Base
#category : #''MonticelloTonel-Tests-Mocks-Base''
}
{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ I am a simple Mock for Tonel export test
Class {
#name : #TonelMock,
#superclass : #Object,
#category : #''MonticelloTonel-Tests-Mocking'',
#tag : #Mocking
#category : #''MonticelloTonel-Tests-Mocking''
}
{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Class {
#classVars : [
''Y''
],
#category : ''MonticelloTonel-Tests-Mocks-Base'',
#tag : ''Base''
#category : ''MonticelloTonel-Tests-Mocks-Base''
}
{ #category : ''class initialization'' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Class {
''CVar'',
''InitializationOrder''
],
#category : ''MonticelloTonel-Tests-Mocks-Base'',
#tag : ''Base''
#category : ''MonticelloTonel-Tests-Mocks-Base''
}
{ #category : ''accessing'' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ I am a simple Mock for Tonel export test
Class {
#name : ''TonelMock'',
#superclass : ''Object'',
#category : ''MonticelloTonel-Tests-Mocking'',
#tag : ''Mocking''
#category : ''MonticelloTonel-Tests-Mocking''
}
{ #category : ''accessing'' }
Expand Down

0 comments on commit d4f0c4d

Please sign in to comment.