chore: update test name
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
+1
-1
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user