aboutsummaryrefslogtreecommitdiff
path: root/package_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-18 14:49:16 +0700
committerShulhan <ms@kilabit.info>2019-06-18 14:49:16 +0700
commit2c0156f2a03febd7d05518ef2d155a060b9b03e8 (patch)
tree811f535c9c9fb4577e2d275d95f26db1f06dba76 /package_test.go
parent560b26738f6632d1f59c80408e4eb0920f62cbb2 (diff)
downloadbeku-2c0156f2a03febd7d05518ef2d155a060b9b03e8.tar.xz
all: update package share from v0.6.1 to v0.7.0
This update bring new change on how to use the ini package.
Diffstat (limited to 'package_test.go')
-rw-r--r--package_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/package_test.go b/package_test.go
index a9356ac..8b7a1b0 100644
--- a/package_test.go
+++ b/package_test.go
@@ -447,7 +447,7 @@ func TestPackageLoad(t *testing.T) {
t.Log(c.desc)
pkg := new(Package)
- sec := cfg.GetSection(sectionPackage, c.pkgName)
+ sec := cfg.Section(sectionPackage, c.pkgName)
pkg.load(sec)