Skip to content

Commit

Permalink
Fix typo in Cuckaroo CUDA 29 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 27, 2019
1 parent 2e3d089 commit 4cccd97
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 4cccd97

Please sign in to comment.