Skip to content

Commit bc59cbb

Browse files
Erouan50mnencia
authored andcommitted
fix: Fix typo in test
Signed-off-by: Antoine Rouaze <antoine.rouaze@gmail.com>
1 parent 5ddba1b commit bc59cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/fileutils/wals/wals_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var _ = Describe("WALList functions", func() {
7474
Expect(result.HasMoreResults).To(BeFalse())
7575
})
7676

77-
It("gathers ready WAL files with skip one", func() {
77+
It("gathers ready WAL files with one skipped", func() {
7878
result := GatherReadyWALFiles(ctx, GatherReadyWALFilesConfig{
7979
MaxResults: 10, PgDataPath: tmpDir, SkipWALs: []string{"pg_wal/000000010000000000000001"},
8080
})

0 commit comments

Comments
 (0)