From 798c6121280e39f9f5b75a54c1f90ac5aeca8dc3 Mon Sep 17 00:00:00 2001 From: algonautshant <55754073+algonautshant@users.noreply.github.com> Date: Wed, 23 Jun 2021 21:58:16 -0400 Subject: [PATCH] testing: enable previously disabled TestConfigMigrate unit test (#2326) testing: enable previously disabled TestConfigMigrate unit test --- config/config_test.go | 2 +- test/testdata/nettemplates/TwoNodesOneOnline.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_test.go b/config/config_test.go index 62a194da59..2590443635 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -244,7 +244,7 @@ func loadWithoutDefaults(cfg Local) (Local, error) { } func TestConfigMigrate(t *testing.T) { - t.Skip() + a := require.New(t) c0, err := loadWithoutDefaults(getVersionedDefaultLocalConfig(0)) diff --git a/test/testdata/nettemplates/TwoNodesOneOnline.json b/test/testdata/nettemplates/TwoNodesOneOnline.json index 4f5fa32a35..cb9f1c7079 100644 --- a/test/testdata/nettemplates/TwoNodesOneOnline.json +++ b/test/testdata/nettemplates/TwoNodesOneOnline.json @@ -38,4 +38,4 @@ ] } ] -} \ No newline at end of file +}