Skip to content

Commit

Permalink
Fix typos in test
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 3, 2024
1 parent 77a31a6 commit b3f251c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/katc/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestConstructKATCTables(t *testing.T) {
"source_type": "unknown_source",
"platform": "%s",
"columns": ["data"],
"source_paths": []"/some/path/to/db.sqlite"],
"source_paths": ["/some/path/to/db.sqlite"],
"source_query": "SELECT data FROM object_data;"
}`, runtime.GOOS),
},
Expand All @@ -81,7 +81,7 @@ func TestConstructKATCTables(t *testing.T) {
"source_type": "sqlite",
"platform": "%s",
"columns": ["data"],
"source_paths": []"/some/path/to/db.sqlite"],
"source_paths": ["/some/path/to/db.sqlite"],
"source_query": "SELECT data FROM object_data;",
"row_transform_steps": ["unknown_step"]
}`, runtime.GOOS),
Expand Down

0 comments on commit b3f251c

Please sign in to comment.