diff options
Diffstat (limited to 'actions/context_test.go')
| -rw-r--r-- | actions/context_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/context_test.go b/actions/context_test.go index 671b065..74629a3 100644 --- a/actions/context_test.go +++ b/actions/context_test.go @@ -31,7 +31,7 @@ var mountpoint = os.Getenv("TEST_FILESYSTEM_ROOT") // Makes a context using the testing locations for the filesystem and // configuration file. func makeContext() (*Context, error) { - if err := NewConfigFile(testTime, true); err != nil { + if err := CreateConfigFile(testTime, true); err != nil { return nil, err } |