Skip to content

Commit

Permalink
fix config test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Nov 27, 2024
1 parent b62059c commit f5d446b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/config/internal/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var _ = Describe("setup", func() {
It("creates initial", func() {
Expect(len(config.DefaultContext().ConfigTypes().KnownTypeNames())).To(Equal(6))
Expect(len(internal.DefaultConfigTypeScheme.KnownTypeNames())).To(Equal(6))
Expect(len(config.DefaultContext().ConfigTypes().KnownTypeNames())).To(Equal(8))
Expect(len(internal.DefaultConfigTypeScheme.KnownTypeNames())).To(Equal(8))
})
})

0 comments on commit f5d446b

Please sign in to comment.