Skip to content

Commit

Permalink
Merge pull request #210 from quentinlesceller/fixtest
Browse files Browse the repository at this point in the history
Fix typo in Cuckaroo CUDA 29 Test
  • Loading branch information
quentinlesceller authored May 27, 2019
2 parents 2e3d089 + 4cccd97 commit f179f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuckoo-miner/tests/miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ fn mine_cuckaroo_mean_cpu_avx2_29() {
#[cfg(feature = "build-cuda-plugins")]
#[test]
fn mine_cuckaroo_cuda_29() {
let config = PluginConfig::new(mining_plugin_dir_for_tests(), "cuckatoo_cuda_29").unwrap();
let config = PluginConfig::new(mining_plugin_dir_for_tests(), "cuckaroo_cuda_29").unwrap();
mine_async_for_duration(&vec![config], 20);
}

0 comments on commit f179f02

Please sign in to comment.