From 91de77943fba3cb993aad4e9756e159c4514764a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 25 Jun 2018 22:02:05 +0200 Subject: configfile: reduce function name stutter configfile.LoadConfFile() -> configfile.Load() configfile.CreateConfFile() -> configfile.Create() --- tests/plaintextnames/plaintextnames_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plaintextnames') diff --git a/tests/plaintextnames/plaintextnames_test.go b/tests/plaintextnames/plaintextnames_test.go index 6b513aa..121a4a0 100644 --- a/tests/plaintextnames/plaintextnames_test.go +++ b/tests/plaintextnames/plaintextnames_test.go @@ -29,7 +29,7 @@ func TestMain(m *testing.M) { // Only the PlaintextNames feature flag should be set func TestFlags(t *testing.T) { - _, cf, err := configfile.LoadConfFile(cDir+"/gocryptfs.conf", testPw) + _, cf, err := configfile.Load(cDir+"/gocryptfs.conf", testPw) if err != nil { t.Fatal(err) } -- cgit v1.2.3