Skip to content

Commit

Permalink
chore: fix topology property test
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Dec 23, 2024
1 parent e77057f commit 78f0ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/topology/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var _ = ginkgo.Describe("Topology run", ginkgo.Ordered, func() {

componentA := rootComponent[0].Components[0]

Expect(string(componentA.Properties.AsJSON())).To(MatchJSON(`[{"name":"error_percentage","value":10,"min":0,"max":100}`))
Expect(string(componentA.Properties.AsJSON())).To(MatchJSON(`[{"name":"error_percentage","value":10,"min":0,"max":100}]`))
})

})
Expand Down

0 comments on commit 78f0ab1

Please sign in to comment.