Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalter94 committed Mar 13, 2024
1 parent 3662036 commit 3e1d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dialoguss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestResolveStepExpectedValue(t *testing.T) {
})

t.Run("Step.Expect overrides Component.Expect", func(*testing.T) {
want := "Testicles of Narnia"
want := "Chronicles of Narnia"

session := core.Session{ID: "foo"}
step := core.Step{StepNo: 1, Expect: want, ComponentID: "default/bar"}
Expand Down

0 comments on commit 3e1d96b

Please sign in to comment.