Skip to content

Commit

Permalink
Typo bug fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiAku committed Oct 13, 2023
1 parent cf89e76 commit 6ba0676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
old_namespace= mysbom.Namespace
updatenamespace!(mysbom)
@test mysbom.Namespace.URI == old_namespace.URI && mysbom.Namespace.UUID != old_namespace.UUID
mysbom.Namesapce= missing
mysbom.Namespace= missing
@test_throws "Namespace is not set" updatenamespace!(mysbom)
mysbom.Namespace= SpdxNamespaceV2("https://nowhere.loopback.com", nothing)
@test_throws "UUID not set in namespace" updatenamespace!(mysbom)
Expand Down

0 comments on commit 6ba0676

Please sign in to comment.