summaryrefslogtreecommitdiff
path: root/config/lives_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/lives_test.go')
-rw-r--r--config/lives_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lives_test.go b/config/lives_test.go
index 06da8f0..32916e5 100644
--- a/config/lives_test.go
+++ b/config/lives_test.go
@@ -11,7 +11,7 @@ import (
func TestLivesConfigYAML(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v1
+ version: v2
base: foo
lives:
in: /some/directory
@@ -40,7 +40,7 @@ func TestLivesConfigYAML(t *testing.T) {
func TestLivesConfigDefaults(t *testing.T) {
cfg, err := config.ReadConfig([]byte(`---
- version: v1
+ version: v2
base: foo`))
if assert.NoError(t, err) {