Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maddytjCH committed Dec 19, 2023
1 parent 64f786d commit 8cb7185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void theApplicationRunning() {
}

@Given("a psc data record {string} exists with notification id {string} and delta_at {string}")
public void psc_record_exists_for_company_and_id_with_delta_at(String existingDataFile, String notifocationId, String deltaAt) throws IOException {
public void psc_record_exists_for_company_and_id_with_delta_at(String existingDataFile, String notificationId, String deltaAt) throws IOException {
String pscDataFile = FileReaderUtil.readFile(
"src/itest/resources/json/input/" + existingDataFile + ".json");
PscData pscData = objectMapper.readValue(pscDataFile, PscData.class);
Expand Down

0 comments on commit 8cb7185

Please sign in to comment.