Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
NivKeidan authored and arturmelanchyk committed Nov 2, 2022
1 parent 94496a9 commit ba8c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/runner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('create token', async () => {
expect(await runner.createToken()).toEqual('token')
})

test('get runner by action id', async () => {
test('get runner by name', async () => {
const mock = {
actions: {
listSelfHostedRunnersForRepo: (
Expand Down

0 comments on commit ba8c46d

Please sign in to comment.