Skip to content

Commit

Permalink
use r_task
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Oct 2, 2024
1 parent a2f876c commit 8676851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ark/src/variables/variable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1359,11 +1359,11 @@ mod tests {
use harp;

use super::*;
use crate::fixtures::r_test;
use crate::r_task;

#[test]
fn test_variable_with_methods() {
r_test(|| {
r_task(|| {
// Register the display value method
harp::parse_eval_global(
r#"
Expand Down

0 comments on commit 8676851

Please sign in to comment.