1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 22:51:15 +02:00

fix(release-please): setup.py retains formatting (#246)

This commit is contained in:
Benjamin E. Coe
2021-02-19 17:55:48 -08:00
committed by GitHub
parent b7d6077788
commit 038a2f320b
3 changed files with 31 additions and 37 deletions

View File

@@ -285,7 +285,7 @@ describe('release-please-action', () => {
it('creates and runs a ReleasePR instance, using factory', async () => {
let maybeReleasePR
sandbox.replace(factory, 'run', (runnable) => {
sandbox.replace(factory, 'call', (runnable) => {
maybeReleasePR = runnable
})
const input = {
@@ -301,7 +301,7 @@ describe('release-please-action', () => {
it('creates and runs a GitHubRelease, using factory', async () => {
let maybeGitHubRelease
sandbox.replace(factory, 'run', (runnable) => {
sandbox.replace(factory, 'call', (runnable) => {
maybeGitHubRelease = runnable
})
const input = {