Skip to content

Commit

Permalink
Merge pull request #132 from hpi-swa-teaching/fix/fix-test
Browse files Browse the repository at this point in the history
Fix Test
  • Loading branch information
kolioOtSofia authored Jul 19, 2021
2 parents 20e0a52 + 93e7de7 commit 0fb32b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
action
client

^ client ifNil: [ ATDDGitHubActionsClient new ]
^ client ifNil: [ client := ATDDGitHubActionsClient new ]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tokenHelpLabel" : "sw 5/25/2021 20:51" },
"instance" : {
"applyChanges" : "BF 6/18/2021 14:54",
"client" : "ng 7/17/2021 13:04",
"client" : "BF 7/19/2021 19:24",
"client:" : "ng 7/17/2021 13:03",
"gitHubAction" : "sw 5/25/2021 19:21",
"makesValidRequest" : "ng 7/17/2021 13:04",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ testAccessors

testClient := ATDDGitHubActionsClient new.
editor client: testClient.
(Delay forSeconds: 2) wait.
self assert: editor client equals: testClient
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ testSave
amount := browser gitHubActions size.
editor repositoryUrl: 'hpi-swa-teaching/AutoTDD'.
editor token: ''.
editor client apiUrl: 'http://locallhost:9999/'.
editor client apiUrl: 'http://localhost:9999/'.
editor save.
self assert: browser gitHubActions size equals: amount + 1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"instance" : {
"setUp" : "ng 7/18/2021 16:10",
"tearDown" : "ng 7/18/2021 16:12",
"testAccessors" : "ng 7/18/2021 16:05",
"testSave" : "ng 7/18/2021 16:09" } }
"testAccessors" : "ng 7/19/2021 18:58",
"testSave" : "BF 7/19/2021 19:24" } }

0 comments on commit 0fb32b4

Please sign in to comment.