Skip to content

Commit

Permalink
Update comment in e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Feb 1, 2024
1 parent effdd81 commit 7c7e1c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/real/enterprise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,9 @@ fn test_batch_can_be_reopened_add_extra_jobs_and_batches_added() {
// ############################## SUBTEST 0 ##########################################
// Let's try to open/reopen a batch we have never declared:
let b = p.open_batch(String::from("non-existent-batch-id")).unwrap();
// The server will error back on this, with "No such batch <provided batch id>", but
// we are handling this case for the end-user and returning `Ok(None)` instead, indicating
// this way that there is not such batch.
assert!(b.is_none());
// ########################## END OF SUBTEST 0 #######################################

Expand Down

0 comments on commit 7c7e1c3

Please sign in to comment.