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 d740586..2220652 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: v2
+ version: v3
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: v2
+ version: v3
base: foo`))
if assert.NoError(t, err) {