Skip to content

Commit 13d6847

Browse files
committed
Stabilize cross-worktree fixture bytes
1 parent bd32749 commit 13d6847

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boatstack/cmd/boatstack-helper/declarative_flow_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func declarativeFlowRepositoryWithDocument(t *testing.T, document controlprogram
5050
runFlowGit(t, repository, "init", "-b", "main")
5151
runFlowGit(t, repository, "config", "user.email", "fixture@example.invalid")
5252
runFlowGit(t, repository, "config", "user.name", "Fixture")
53+
runFlowGit(t, repository, "config", "core.autocrlf", "false")
5354
sourcePath, lockPath := ".boatstack/flows/incident-response-invocation.flow.ts", "package-lock.json"
5455
source, lock := []byte("declarative flow source\n"), []byte("lock\n")
5556
writeFixture(t, repository, sourcePath, source)

0 commit comments

Comments
 (0)