Skip to content

Commit 9195c88

Browse files
small edits
1 parent 7bd34b3 commit 9195c88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

card_data/pipelines/defs/load/tcgdex/load_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def data_quality_check_on_series() -> None:
4646
"supabase",
4747
"-c",
4848
"../../../soda/configuration.yml",
49-
"../../../soda/series_checks.yml",
49+
"../../../soda/checks_series.yml",
5050
],
5151
capture_output=True,
5252
text=True,

cmd/berry/berry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@ func TestBerryCommandValidationError(t *testing.T) {
262262
os.Args = []string{"poke-cli", "berry", "cheri", "extra-arg"}
263263

264264
output, err := BerryCommand()
265-
require.Error(t, err, "TypesCommand should return error for invalid args")
265+
require.Error(t, err, "BerryCommand should return error for invalid args")
266266
assert.Contains(t, output, "Error", "Output should contain error message")
267267
}

docs/Infrastructure_Guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Below is a list of all the tools and services used in this project's infrastruct
5050

5151
## Project Layout
5252

53-
```
53+
```text
5454
.
5555
├── infrastructure/
5656
│ ├── aws/

0 commit comments

Comments
 (0)