Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix this test later. removed to get CI working. #34

Open
github-actions bot opened this issue Sep 13, 2022 · 0 comments
Open

fix this test later. removed to get CI working. #34

github-actions bot opened this issue Sep 13, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link

https://github.com/banyancomputer/Rust-Chainlink-EA-API/blob/9918252960b59d5ba95339e767c4eb70539703cf/src/bin/make_test.rs#L158

    use super::*;
    #[test]
    fn test_file_len() {
        // TODO fix this test later. removed to get CI working.
        //let eth_len = file_len("ethereum.pdf");
        //let filecoin_len = file_len("filecoin.pdf");
        //assert_eq!(eth_len, 941366);
        //assert_eq!(filecoin_len, 629050);
        //assert_eq!(File::open("files/ethereum.pdf")?.metadata().unwrap().len(), 941366);
    }
}
@github-actions github-actions bot added the todo label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants