Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Add ModuleManifest in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-zededa committed Aug 18, 2020
1 parent 3be7910 commit 44a50f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/types/ackind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestACKindMarshalGood(t *testing.T) {
"ImageManifest",
"PodManifest",
"VMManifest",
"ModuleManifest",
} {
a := ACKind(in)
b, err := json.Marshal(a)
Expand Down Expand Up @@ -83,6 +84,7 @@ func TestACKindUnmarshalGood(t *testing.T) {
`"PodManifest"`: ACKind("PodManifest"),
`"ImageManifest"`: ACKind("ImageManifest"),
`"VMManifest"`: ACKind("VMManifest"),
`"ModuleManifest"`: ACKind("ModuleManifest"),
}
for in, w := range tests {
var a ACKind
Expand Down

0 comments on commit 44a50f3

Please sign in to comment.