Skip to content

Commit

Permalink
itest: fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Sep 4, 2023
1 parent a2e2f34 commit 87011f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions itest/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"github.com/stretchr/testify/require"
)

// testBasicSend tests that we can properly send assets back and forth between
// nodes.
// testBasicSendUnidirectional tests that we can properly send assets back and
// forth between nodes.
func testBasicSendUnidirectional(t *harnessTest) {
var (
ctxb = context.Background()
Expand Down
2 changes: 1 addition & 1 deletion itest/test_harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (h *harnessTest) LogfTimestamped(format string, args ...interface{}) {
}

// shutdown stops both the mock universe and tapd server.
func (h *harnessTest) shutdown(t *testing.T) error {
func (h *harnessTest) shutdown(_ *testing.T) error {
h.universeServer.stop()

if h.proofCourier != nil {
Expand Down

0 comments on commit 87011f2

Please sign in to comment.