Skip to content

Commit

Permalink
chore: add test placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Nov 23, 2023
1 parent e2537eb commit 89f112c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gno.land/pkg/gnoclient/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ func TestClient_Request(t *testing.T) {

data, res, err := client.Render("gno.land/r/demo/boards", "")
require.NoError(t, err)
fmt.Println("data", data)
fmt.Println("res", res)

// TODO: xxx
// XXX: need more test

// XXX: need validation
fmt.Println("data:", data)
fmt.Println("res: ", res)
require.FailNow(t, "forcing failure: replace this by a real test")
}

0 comments on commit 89f112c

Please sign in to comment.