Skip to content

Commit

Permalink
remove test crud
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed May 8, 2024
1 parent 2bce6b0 commit 0e9f17e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions integration/tenscan/tenscan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,6 @@ func TestTenscan(t *testing.T) {
Item common.ObscuroNetworkInfo `json:"item"`
}

//Timer for running local tests
countdownDuration := 20 * time.Minute
tickDuration := 30 * time.Second

for remaining := countdownDuration; remaining > 0; remaining -= tickDuration {
fmt.Printf("Shutting down in %s...\n", remaining)
time.Sleep(tickDuration)
}

configFetchObj := configFetch{}
err = json.Unmarshal(body, &configFetchObj)
assert.NoError(t, err)
Expand Down

0 comments on commit 0e9f17e

Please sign in to comment.