diff --git a/viper_test.go b/viper_test.go index 74f42fb..a0fc195 100644 --- a/viper_test.go +++ b/viper_test.go @@ -1251,7 +1251,7 @@ func TestMergeConfigMap(t *testing.T) { } assert := func(i int) { - large := v.GetInt("hello.largenum") + large := v.GetInt64("hello.largenum") pop := v.GetInt("hello.pop") if large != 765432101234567 { t.Fatal("Got large num:", large)