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.
This commit is contained in:
Stefan Haller 2026-07-29 13:43:27 +02:00
parent 1cf632002e
commit ac4a1f575c

View file

@ -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{},