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 Jun 9, 2022
1 parent 154d704 commit fe6690d
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 fe6690d

Please sign in to comment.