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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user