Skip to content

Commit

Permalink
add placeholder test for client.submit
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Dec 21, 2022
1 parent 951f07c commit 3884205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,12 @@ mod tests {
})
}

#[test]
#[ignore]
fn test_submit_answer() {
todo!()
}

#[test]
fn test_find_aoc_token_env() {
temp_env::with_var("AOC_SESSION", Some("testsession"), || {
Expand Down

0 comments on commit 3884205

Please sign in to comment.