Skip to content

Commit

Permalink
fix: validation shape context tuples yaml name
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Nov 30, 2023
1 parent 0bd76fa commit 16243bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/development/file/shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type Scenario struct {
// Context represents a structure with context data.
type Context struct {
// Tuples is a slice of strings, each representing a tuple in the context.
Tuples []string `yaml:"context"`
Tuples []string `yaml:"tuples"`

// Attributes is a slice of strings, each representing an attribute in the context.
Attributes []string `yaml:"attributes"`
Expand Down

0 comments on commit 16243bc

Please sign in to comment.