Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent 5304278 commit 38b93f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/src/styles/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ td {

.caption-width-full {
caption {
width: 100%
width: 100%;
}
}

Expand Down
8 changes: 4 additions & 4 deletions containers/fhir-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ Both repos should be checked out and set up per the instructions above. We use r

#### Tips & Tricks

* To run the service tests, use the command `python -m pytest` (make sure the correct environment is activated).
* To update snapshots run `python -m pytest --snapshot-update`
* Make sure your docker image has pulled in the latest changes by building with no cache `make build-image-no-cache`.
* To run the tool tests, run the commands found in the github actions workflow.
- To run the service tests, use the command `python -m pytest` (make sure the correct environment is activated).
- To update snapshots run `python -m pytest --snapshot-update`
- Make sure your docker image has pulled in the latest changes by building with no cache `make build-image-no-cache`.
- To run the tool tests, run the commands found in the github actions workflow.

### Updating RCTC document

Expand Down

0 comments on commit 38b93f9

Please sign in to comment.