Skip to content

Commit

Permalink
Fix broken JSON reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Oct 29, 2024
1 parent 8ae9f36 commit 0abe32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/json/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ mod tests {
}

impl FromJsonObject for Test {
type Context = ();
type Context<'ctx> = ();

async fn read_next<R: BufRead>(
&mut self,
Expand Down

0 comments on commit 0abe32b

Please sign in to comment.