Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 29, 2023
1 parent 13fa5f1 commit e2b2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/nanopub_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn test_get_np_server() -> Result<(), Box<dyn Error>> {
let np_server = get_np_server(true);
println!("{}", np_server);
let np_server = get_np_server(false);
assert_eq!(np_server, "https://server.nanopubs.lod.labs.vu.nl/");
assert_eq!(np_server, "https://server.np.trustyuri.net/");
Ok(())
}

Expand Down

0 comments on commit e2b2866

Please sign in to comment.