Skip to content

Commit 3c31c2e

Browse files
committed
PR fixes
1 parent fbda3db commit 3c31c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/pods/student/student.component.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('StudentComponent tests', () => {
2323
expect(textArea).toHaveValue(props.log);
2424
});
2525

26-
it('It should show an empty session name when passing undefined', () => {
26+
it('It should show an empty session name when passing an undefined room value', () => {
2727
// Arrange
2828
const props = {
2929
room: undefined,

0 commit comments

Comments
 (0)