Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PETOSS-560-Prism Tests #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

PETOSS-560-Prism Tests #378

wants to merge 1 commit into from

Conversation

kshah234
Copy link
Collaborator

No description provided.

@kshah234 kshah234 added the Priority: Low priority label Sep 10, 2024
@@ -112,7 +90,7 @@ public void createManualJournalsTest() throws IOException {
assertThat(response.getManualJournals().get(0).getShowOnCashBasisReports(), is(equalTo(true)));
assertThat(response.getManualJournals().get(0).getUpdatedDateUTCAsDate(), is(equalTo(OffsetDateTime.parse("2019-03-14T20:39:32.920Z"))));
assertThat(response.getManualJournals().get(0).getManualJournalID(), is(equalTo(UUID.fromString("d312dd5e-a53e-46d1-9d51-c569ef4570b7"))));
assertThat(response.getManualJournals().get(0).getWarnings().get(0).getMessage(), is(equalTo("Account code '476' has been removed as it does not match a recognised account.")));
assertThat(response.getManualJournals().get(0).getWarnings().get(0).getMessage(), is(equalTo("Account code ''476'' has been removed as it does not match a recognised account.")));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why single quotes have got doubled

assertThat(response.getEmployee().getAddress().getPostCode(), is(equalTo("MK9 1EB")));
assertThat(response.getEmployee().getAddress().getCountryName(), is(equalTo("UNITED KINGDOM")));
// assertThat(response.getEmployee().getAddress().getCountryName(), is(equalTo("UNITED KINGDOM")));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are the asserts commented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants