Skip to content

Commit

Permalink
fixes import
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Aug 30, 2021
1 parent d580481 commit cb31146
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ in an environment, or a local installation.

When running tests locally, it's advised to use minikube. To spin up a cluster, use:

```
```sh
minikube start
```

Expand All @@ -85,19 +85,20 @@ ran with the go CLI.

Run:

```
```sh
ginkgo -r
```

### Go

Run:

```
```sh
go test ./..
```

### Volume tests
```

```sh
NETWORK="ethereum_geth_performance" make test_performance
```
5 changes: 3 additions & 2 deletions explorer/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package main

import (
"explorer"
"os"

"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"os"
"github.com/smartcontractkit/integrations-framework/explorer"
)

func main() {
Expand Down

0 comments on commit cb31146

Please sign in to comment.