Skip to content

Commit

Permalink
Added dummy response for code coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Mar 8, 2024
1 parent 2242e09 commit 70b2e1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/effects/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ mod tests {
use super::prelude::*;
use crate::horizon_client::HorizonClient;

#[test]
fn dummy_test() {
assert_eq!(super::EFFECTS_PATH, "effects");
}

#[tokio::test]
async fn test_get_all_effects() {
let horizon_client =
Expand Down

0 comments on commit 70b2e1c

Please sign in to comment.