diff options
author | Jakob Unterwurzacher | 2016-06-16 23:19:05 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-16 23:19:05 +0200 |
commit | 3234b9b5cee8de995dcf42b5384b9290d906397f (patch) | |
tree | 4b823595e0e09298834ba8e9e5d07ace873b0542 /internal/configfile/config_test.go | |
parent | 96750a7d3c52b75d13d6f3ed46bd48af28acebcd (diff) |
tests: update config_test example files
Recreate the files so they carry all feature flags.
Also, create them with "-scryptn 10" to speed up the tests.
Diffstat (limited to 'internal/configfile/config_test.go')
-rw-r--r-- | internal/configfile/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configfile/config_test.go b/internal/configfile/config_test.go index 775a616..e34a3cd 100644 --- a/internal/configfile/config_test.go +++ b/internal/configfile/config_test.go @@ -22,7 +22,7 @@ func TestLoadV1(t *testing.T) { func TestLoadV2(t *testing.T) { t1 := time.Now() - _, _, err := LoadConfFile("config_test/v2.conf", "foo") + _, _, err := LoadConfFile("config_test/v2.conf", "test") if err != nil { t.Errorf("Could not load v2 config file: %v", err) } |