chore: update test name

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
Rogerio Angeliski
2022-04-28 11:19:55 -03:00
committed by blam
parent dc39366bdb
commit d750e3a97f
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ describe('<OwnerEntityColumn />', () => {
signOut: jest.fn(),
};
it('should render the column with the time', async () => {
it('should render the column with the user', async () => {
const props = {
entityRef: 'user:default/foo',
};
@@ -27,7 +27,7 @@ describe('<TemplateTitleColumn />', () => {
getTemplateParameterSchema: jest.fn(),
} as any;
it('should render the column with the time', async () => {
it('should render the column with the template name', async () => {
const props = {
entityRef: 'template:default/one-template',
};