Skip to content

Commit

Permalink
Update dns-server/tests/basic_test.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
iximeow and hawkw authored Aug 21, 2024
1 parent 83ec83b commit 7877891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns-server/tests/basic_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub async fn aaaa_crud() -> Result<(), anyhow::Error> {

#[tokio::test]
pub async fn answers_match_question() -> Result<(), anyhow::Error> {
let test_ctx = init_client_server("not_wrong_record_answers").await?;
let test_ctx = init_client_server("answers_match_question").await?;
let client = &test_ctx.client;

// records should initially be empty
Expand Down

0 comments on commit 7877891

Please sign in to comment.