Initial work on Shares
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ var _ = Describe("Share", func() {
|
||||
id, err := repo.Save(entity)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(id).ToNot(BeEmpty())
|
||||
Expect(entity.Name).ToNot(BeEmpty())
|
||||
Expect(entity.ID).To(Equal(id))
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user