Skip to content

Commit

Permalink
fix test hash
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Jan 16, 2025
1 parent f18d951 commit 76d1c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lang/frontend/starlark/v0/interpreter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ var _ = Describe("Starlark", func() {
filename := "testdata/test.envd"
hash, err := GetEnvdProgramHash(filename)
Expect(err).NotTo(HaveOccurred())
Expect(hash).To(Equal("cff1c81818116d42"))
Expect(hash).To(Equal("92dcb859b270c28c"))
})
})

0 comments on commit 76d1c29

Please sign in to comment.