From ac4a1f575cbad933b02b8e85e49f34cd888c6264 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 29 Jul 2026 13:43:27 +0200 Subject: [PATCH] Fix tests to use the right field name It doesn't matter for what this test used to test (that nothing changes if the 'pagers' array exists), but it will be relevant once we further migrate the 'pagers' array from there. --- pkg/config/app_config_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/app_config_test.go b/pkg/config/app_config_test.go index 2c707d965..f79141e73 100644 --- a/pkg/config/app_config_test.go +++ b/pkg/config/app_config_test.go @@ -618,13 +618,13 @@ func TestPagerMigration(t *testing.T) { paging: pager: delta --dark --paging=never pagers: - - diff: diff-so-fancy + - pager: diff-so-fancy `, expected: `git: paging: pager: delta --dark --paging=never pagers: - - diff: diff-so-fancy + - pager: diff-so-fancy `, expectedDidChange: false, expectedChanges: []string{},