Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 3, 2021
1 parent adca1a0 commit 939ca34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public Optional<Boolean> isDone() {
return Optional.ofNullable(isDone);
}

public void setDone(boolean done) {
public void setDone(Boolean done) {
isDone = done;
}

Expand Down

0 comments on commit 939ca34

Please sign in to comment.