Skip to content

Commit 3d37dee

Browse files
fix: typo on test
Co-authored-by: Jillian <[email protected]>
1 parent 5c52971 commit 3d37dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/collections/CollectionInfoHeader.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('<CollectionInfoHeader />', () => {
8181
expect(textBox).not.toBeInTheDocument();
8282
});
8383

84-
it('should show error on edit collection tittle', async () => {
84+
it('should show error on edit collection title', async () => {
8585
const library = await mockContentLibrary(mockContentLibrary.libraryId);
8686
render(<CollectionInfoHeader library={library} collection={mockCollectionHit} />);
8787
const url = api.getLibraryCollectionApiUrl(library.id, mockCollectionHit.blockId);

0 commit comments

Comments
 (0)