Skip to content

Commit 61c4c17

Browse files
committed
chore: update tests
1 parent 3a56471 commit 61c4c17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scrapers/file/file_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ var _ = Describe("convertToLocalPath", func() {
3030
func(input, expected string) {
3131
Expect(convertToLocalPath(input)).To(Equal(expected))
3232
},
33-
Entry("file:// prefix", "file://foo", "foo-ecf5c8ee"),
34-
Entry("git:: prefix", "git::foo", "foo-b943d8a5"),
35-
Entry("git:: with URL and query", "git::https://foo/path?query=abc", "foo-path-8f49fbdc"),
36-
Entry("plain path", "foo", "foo-acbd18db"),
33+
Entry("file:// prefix", "file://foo", "foo-2c26b46b"),
34+
Entry("git:: prefix", "git::foo", "foo-2c26b46b"),
35+
Entry("git:: with URL and query", "git::https://foo/path?query=abc", "foo-path-90c2b34a"),
36+
Entry("plain path", "foo", "foo-2c26b46b"),
3737
)
3838
})

0 commit comments

Comments
 (0)