Skip to content

Commit

Permalink
Rename test case for clarity in pool.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieing committed Nov 26, 2024
1 parent b64c23a commit bcf1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/stores/utilities/pool.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ describe('pool', () => {
},
}

it('#createUsedAliquotsAndMapToSourceId - will produce the correct used_aliquots for pools', () => {
it('#createUsedAliquotsFromState - will produce the correct used_aliquots for pools', () => {
const expected = [
{
id: '1',
Expand Down

0 comments on commit bcf1a84

Please sign in to comment.