Skip to content

Commit

Permalink
Use a more generic test suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmale committed Sep 25, 2024
1 parent 71662f7 commit 1fe55f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/program-state-adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const patientPrograms = [
},
];

describe('ProgramStateAdapter - transformFieldValue', () => {
describe('ProgramStateAdapter', () => {
// new submission (enter mode)
it('should handle submission for a program state', () => {
const value = '7293cb90-c93f-4386-b32f-e8cfc633dc3e';
Expand Down

0 comments on commit 1fe55f3

Please sign in to comment.