Skip to content

Commit

Permalink
Improve tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyco committed Apr 4, 2017
1 parent 86ba9b9 commit 65fc87d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,9 @@ import (
)

func TestLua_Func(t *testing.T) {
b := New()
b := New(Options{
SkipOpenLibs: true,
})

b.Func("sum", func(c *Context) error {
t := c.Top()
Expand Down

0 comments on commit 65fc87d

Please sign in to comment.