Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 373a00e

Browse files
author
Tom Davis
committed
fix(test): fix naming in tests
1 parent 44fae95 commit 373a00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/VariateComponent.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('VariateComponent', () => {
6363
it('should return the experiment content when there is an experiment running', () => {
6464
Variate.prototype.components = {
6565
testingComponent: {
66-
attributes: {
66+
variables: {
6767
title: 'experiment testing',
6868
description: 'experiment testing'
6969
}

tests/useVariate.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('useVariate', () => {
7575

7676
Variate.prototype.components = {
7777
TestingComponent: {
78-
attributes: {
78+
variables: {
7979
title: 'experiment testing',
8080
description: 'experiment testing'
8181
}

0 commit comments

Comments
 (0)