File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[PumasProductRegistry ]
2- git-tree-sha1 = " a01974d8170d32b657c9e63b06a531a5f0b46f85 "
2+ git-tree-sha1 = " fe1100f6944de0d77eab0b8d41df8ba22602d3d0 "
33
44 [[PumasProductRegistry .download ]]
5- sha256 = " a840cf4a19f047a995a582540ce369212b7e3ef94a21f5ff5e9a619aec981462 "
6- url = " https://pumas-product-bundles.s3.us-east-1.amazonaws.com/bundle-00e0c6f701a771cc7ac200621344a280befa689d /PumasProductRegistry.tar.gz"
5+ sha256 = " 15cddf73578e454b65fed9a025743164b28eca9eaf3a1a05619f804e71cb21a9 "
6+ url = " https://pumas-product-bundles.s3.us-east-1.amazonaws.com/bundle-816d021822ebb2e7c0fb2e1394bdfc9b392eeccf /PumasProductRegistry.tar.gz"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ using Test
99 " Pumas@2.6.0" ,
1010 " Pumas@2.6.1" ,
1111 " Pumas@2.7.0" ,
12+ " Pumas@2.7.1" ,
1213 ]
1314
1415 @testset " Version listing" begin
@@ -25,7 +26,7 @@ using Test
2526 mktempdir () do dir
2627 cd (dir) do
2728 # Test initialization in directory with existing files
28- test_version = " Pumas@2.7.0 "
29+ test_version = " Pumas@2.7.1 "
2930 test_dir = " test_non_empty"
3031
3132 # Create directory with existing files
@@ -68,7 +69,7 @@ using Test
6869 @testset " Error cases for existing Project/Manifest files" begin
6970 mktempdir () do dir
7071 cd (dir) do
71- test_version = " Pumas@2.7.0 "
72+ test_version = " Pumas@2.7.1 "
7273
7374 @testset " Error on existing Project.toml" begin
7475 test_dir = " test_existing_project"
You can’t perform that action at this time.
0 commit comments