Skip to content

Commit

Permalink
remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jun 14, 2024
1 parent bdd8e28 commit 540386d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Class {
#superclass : #MooseModelTestResource,
#instVars : [
'glphApi',
'since',
'glhImporter'
],
#category : #'GitLabHealth-Model-Importer-Tests'
Expand All @@ -19,8 +18,6 @@ GLHModelImporterTestResource >> importModel [
baseAPIUrl: 'https://gitlab.com/api/v4';
yourself.

since := Date today - 2 day.

glhImporter := GLHModelImporter new
glhApi: glphApi;
glhModel: model;
Expand Down

0 comments on commit 540386d

Please sign in to comment.