We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1216c35 + 8365fda commit 0c3e7dbCopy full SHA for 0c3e7db
src/core/model/pod.rs
@@ -156,6 +156,7 @@ mod tests {
156
1_737_922_307,
157
1_737_925_907,
158
&TEST_FILE_NAMESPACE_LOOKUP,
159
+ "example_logs".to_owned(),
160
)
161
}
162
@@ -233,7 +234,7 @@ mod tests {
233
234
fn pod_result_hash() {
235
assert_eq!(
236
basic_pod_result().unwrap().hash,
- "42aef3e7671bd8762e36978d0e7ac79e2f416dbacb153b22b8c509fa5d8aa2ed",
237
+ "92809a4ce13b4fe8c8dcdcf2b48dd14a9dd885593fe3ab5d9809d27bc9a16354",
238
"Hash didn't match."
239
);
240
@@ -256,6 +257,7 @@ mod tests {
256
257
status: Completed
258
created: 1737922307
259
terminated: 1737925907
260
+ logs: example_logs
261
"},
262
"YAML serialization didn't match."
263
0 commit comments