Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
aaravm and sourcery-ai[bot] authored Jul 1, 2024
1 parent d613722 commit 4f482d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Building

First, clone the repository, and then run the following command to auto-generate models using OpenAPI specifications:
First, clone the repository, and then run the following command to automatically generate models using OpenAPI specifications:
```
bash ./build-models.sh
```
Expand Down
4 changes: 2 additions & 2 deletions lib/src/tes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ mod tests {
setup();

let (task, _tes) = create_task().await.expect("Failed to create task");
assert!(!task.id.clone().is_empty(), "Task ID should not be empty"); // doube check if it's a correct assertion
assert!(!task.id.is_empty(), "Task ID should not be empty");

let status = task.status().await;
match status {
Ok(state) => {
Expand Down

0 comments on commit 4f482d3

Please sign in to comment.