Skip to content

Commit 8365fda

Browse files
committed
Fix incorrect assert check hash
1 parent e9326ee commit 8365fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn pod_job_to_yaml() -> Result<()> {
101101
fn hash_pod_result() -> Result<()> {
102102
pretty_assert_eq!(
103103
pod_result_style(&NAMESPACE_LOOKUP_READ_ONLY)?.hash,
104-
"56d750bae1e9f70be2bca38c121cdbb7bd2e67a3c40d28df9bc5b5133eaedf70",
104+
"9c4ae0ab0659823d104a30ef81c19c9cb1584a07e5cb702dc189f9bd7604fda3",
105105
"Hash didn't match."
106106
);
107107
Ok(())

0 commit comments

Comments
 (0)