Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed May 18, 2024
1 parent 4ebaf20 commit eaa0a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mod tests_read_options {
},
},
TestCase {
input: Some("follow=true&last_id=123"),
input: Some("follow&last_id=123"),
expected: ReadOptions {
follow: true,
last_id: Some(String::from("123")),
Expand Down

0 comments on commit eaa0a70

Please sign in to comment.