Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 14, 2024
1 parent 11f1e61 commit 3d9eab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/topic/__tests__/TopicMolecule.pathHose.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ test('TopicMolecule.path', () => {
});

test('TopicMolecule.getHoseFragment', async () => {
const molecule = Molecule.fromSmiles('ClC=C')
const molecule = Molecule.fromSmiles('ClC=C');
const topicMolecule = new TopicMolecule(molecule);

expect(topicMolecule.atomsPaths).toMatchSnapshot()
})
expect(topicMolecule.atomsPaths).toMatchSnapshot();
});

test('TopicMolecule.getHoseFragment', async () => {
const molecule = Molecule.fromSmiles('Cl/C=C/CCCCl');
Expand Down

0 comments on commit 3d9eab4

Please sign in to comment.