Skip to content

Commit 196ddf1

Browse files
committed
test: Regenerate golden record
1 parent 4a3436a commit 196ddf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

end_to_end_tests/golden-record/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dmypy.json
2020
.idea/
2121

2222
/coverage.xml
23-
/.coverage
23+
/.coverage

end_to_end_tests/golden-record/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ If you want to install this client into another project without publishing it (e
8484
1. If that project **is using Poetry**, you can simply do `poetry add <path-to-this-client>` from that project
8585
1. If that project is not using Poetry:
8686
1. Build a wheel with `poetry build -f wheel`
87-
1. Install that wheel from the other project `pip install <path-to-wheel>`
87+
1. Install that wheel from the other project `pip install <path-to-wheel>`

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ exclude = '''
3636

3737
[tool.isort]
3838
line_length = 120
39-
profile = "black"
39+
profile = "black"

0 commit comments

Comments
 (0)