Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Jul 31, 2024
1 parent 80e9ff5 commit 80cf598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity/src/proxies/test/state-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ describe( 'Interactivity API', () => {
expect( state1 ).toBe( state2 );
} );

it( 'should return the same proxy when trying to re-proxify a state object', () => {
it( 'should throw when trying to re-proxify a state object', () => {
const state = proxifyState( 'test', {} );
expect( () => proxifyState( 'test', state ) ).toThrow();
} );
Expand Down

0 comments on commit 80cf598

Please sign in to comment.