Skip to content

Commit

Permalink
Some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil2000 committed Sep 26, 2024
1 parent 298221d commit 5abb06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/tests/variable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('Get Variable Tests', () => {
expect(variable.data.versions.length).toBe(1)
expect(variable.data.versions[0].value).toBe('Variable 2 value')
expect(variable.data.versions[0].environmentId).toBe(environment.id)
expect(variable.data.versions[0].enivronment.slug).toBe(environment.slug)
expect(variable.data.versions[0].environment.slug).toBe(environment.slug)

// Delete the variable
const deleteVariable = await variableController.deleteVariable(
Expand Down

0 comments on commit 5abb06d

Please sign in to comment.