Skip to content

Commit

Permalink
refactor: remove GLHApi and GLPHApi
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased committed Jan 9, 2025
1 parent 1972be4 commit 63b7db7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 94 deletions.
2 changes: 1 addition & 1 deletion src/GitLabHealth-Model-Importer-Tests/GLHApiMock.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #GLHApiMock,
#superclass : #GLHApi,
#superclass : #Object,
#category : #'GitLabHealth-Model-Importer-Tests'
}

Expand Down
81 changes: 0 additions & 81 deletions src/GitLabHealth-Model-Importer/GLHApi.class.st

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #GLPHApiMock,
#superclass : #GLPHApi,
#superclass : #Object,
#category : #'GitLabProjectHealth-Model-Importer-Tests'
}

Expand Down
11 changes: 0 additions & 11 deletions src/GitLabProjectHealth-Model-Importer/GLPHApi.class.st

This file was deleted.

0 comments on commit 63b7db7

Please sign in to comment.