Skip to content

Commit

Permalink
chore: switch to unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed May 28, 2022
1 parent a8d63fa commit 370b2ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
16 changes: 0 additions & 16 deletions examples/gno.land/r/profile/integration0_filetest.gno

This file was deleted.

17 changes: 17 additions & 0 deletions examples/gno.land/r/profile/profiles_test.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package profile

import (
"fmt"
"testing"

"gno.land/r/profile"
)

func TestRender(t *testing.T) {
got := profile.Render("")
fmt.Println(got)
//_ = profile.Render
// various data types
// avatar
// ip address
}

0 comments on commit 370b2ef

Please sign in to comment.