Skip to content

Commit 74b5378

Browse files
committed
Fix warning
1 parent b076469 commit 74b5378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/plotting/test_plotting.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ using VortexStepMethod
1010
using Test
1111

1212
# Resolve repo data directory for ram air kite assets
13-
const _ram_data_dir = joinpath(dirname(dirname(@__DIR__)),
14-
"data", "ram_air_kite")
13+
_ram_data_dir = joinpath(dirname(dirname(@__DIR__)),
14+
"data", "ram_air_kite")
1515

1616
# Helper to robustly delete files on platforms with occasional file locks
1717
safe_rm(path) = begin

0 commit comments

Comments
 (0)