Skip to content

Commit

Permalink
Update test_uuid_is_unchanged.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 4, 2021
1 parent bc8e66c commit 01bbccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_uuid_is_unchanged.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Pkg
using Test

@testset "Downloads UUID" begin
@testset "Test that the UUID is unchanged" begin
project_filename = joinpath(dirname(@__DIR__), "Project.toml")
project = Pkg.TOML.parsefile(project_filename)
uuid = project["uuid"]
Expand Down

0 comments on commit 01bbccb

Please sign in to comment.