Skip to content

Commit b77a7ac

Browse files
committed
Fix tests
1 parent 9c6639c commit b77a7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using Test: @test, @testset
2929
path = mktempdir()
3030
templates = ["default", "downstream"]
3131
ITensorPkgSkeleton.generate(
32-
"NewPkg"; path, templates, user_replacements=(; DOWNSTREAMPKGS=("DownstreamPkg",))
32+
"NewPkg"; path, templates, user_replacements=(; DOWNSTREAMPKGS)
3333
)
3434
@test isdir(joinpath(path, "NewPkg"))
3535
@test isdir(joinpath(path, "NewPkg", ".github", "workflows"))

0 commit comments

Comments
 (0)