Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <[email protected]>
  • Loading branch information
abarreiro committed Feb 20, 2025
1 parent 3c7cc94 commit 0ab82c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govcd/tm_content_library_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (vcd *TestVCD) Test_ContentLibrarySubscribed(check *C) {
check.Assert(createdCl.ContentLibrary.IsShared, Equals, true) // Always true for providers
check.Assert(createdCl.ContentLibrary.IsSubscribed, Equals, true)
check.Assert(createdCl.ContentLibrary.LibraryType, Equals, "PROVIDER")
check.Assert(createdCl.ContentLibrary.VersionNumber >= int64(1), Equals, true) // Version can differ from 1
check.Assert(createdCl.ContentLibrary.VersionNumber >= int64(0), Equals, true) // Version can differ from 0
check.Assert(createdCl.ContentLibrary.Org, NotNil)
check.Assert(createdCl.ContentLibrary.Org.Name, Equals, "System")
check.Assert(createdCl.ContentLibrary.SubscriptionConfig, NotNil)
Expand Down

0 comments on commit 0ab82c7

Please sign in to comment.