Skip to content

Commit 0675e57

Browse files
committed
Rework pango tests for marshalling & unmarshalling of unknown elements
1 parent 708b24b commit 0675e57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/pango/tests/marshalling_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var _ = Describe("XML Marshalling and Unmarshalling tests", func() {
3030
entries, err := normalizer.Normalize()
3131
Expect(err).To(Not(HaveOccurred()))
3232
Expect(entries).To(HaveLen(1))
33-
3433
Expect(entries[0].Name).To(Equal("app-1"))
3534
Expect(entries[0].Misc).To(HaveLen(0))
3635
})

0 commit comments

Comments
 (0)