Skip to content

Commit 7df7ea3

Browse files
committed
unrelated typo in tests
1 parent f7e5e29 commit 7df7ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/authentication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end
3030
# In the general authenticate() tests, we mock the call to JuliaHub._authenticate()
3131
# So here we call a lower level JuliaHub._authenticat**ion** implementation, with
3232
# the REST calls mocked.
33-
@testset "JuliaHub._authenticate()" begin
33+
@testset "JuliaHub._authentication()" begin
3434
empty!(MOCK_JULIAHUB_STATE)
3535
server = URIs.URI("https://juliahub.example.org")
3636
token = JuliaHub.Secret("")

0 commit comments

Comments
 (0)