Skip to content

Commit

Permalink
Removed stray 'only' test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaumRystra committed Sep 8, 2024
1 parent 588a91f commit d998d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Apply Buff Properties', function () {
await createTestCreature(actionTargetCreature);
});

it.only('Applies a buff and freezes some variables', async function () {
it('Applies a buff and freezes some variables', async function () {
const action = await runActionById(buffId, [targetCreatureId]);
const mutations = allMutations(action);
// Get random Ids of inserted props
Expand Down

0 comments on commit d998d7d

Please sign in to comment.