Skip to content

Commit

Permalink
update the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham14bajpai authored Jan 5, 2024
1 parent f2e803a commit 3d48a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var _ = Describe("Suite", func() {
It("fails if the tree has already been built", func() {
Ω(suite.BuildTree()).Should(Succeed())
_, err := suite.Clone()
Ω(err).Should(MatchError("cnanot clone suite after tree has been built"))
Ω(err).Should(MatchError("cannot clone suite after tree has been built"))
})

It("generates the same tree as the original", func() {
Expand Down

0 comments on commit 3d48a57

Please sign in to comment.