Run the build

This commit is contained in:
Adrian Kashivskyy
2022-06-22 16:26:05 +02:00
parent 94b35fc3df
commit a1e8057254
4 changed files with 5 additions and 5 deletions

View File

@@ -549,7 +549,7 @@ describe('addToProject', () => {
github.context.payload = {
issue: {
number: 1,
labels: [{ name: 'foo' }, { name: 'BAR' }, { name: 'baz' }]
labels: [{name: 'foo'}, {name: 'BAR'}, {name: 'baz'}]
}
}