Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 27, 2023
1 parent bd2b5bb commit 6c2feb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -310,8 +310,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rustup update
- run: cargo login $CRATES_IO_TOKEN
env:
Expand Down
2 changes: 1 addition & 1 deletion lib/tests/nanopub_test.rs
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, "http://server.nanopubs.lod.labs.vu.nl/");
assert_eq!(np_server, "https://server.nanopubs.lod.labs.vu.nl/");
Ok(())
}

Expand Down

0 comments on commit 6c2feb8

Please sign in to comment.