Skip to content

Commit

Permalink
typo and actually have Gamma comment check use gamma, not alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketDerp committed Jul 18, 2023
1 parent 7bd3b20 commit 7dfb6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_tests/src/comment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ test("Report a comment", async () => {
// For the sake of completeness, also confirm Gamma has the comment before later checking if reported.
// This raises an issue with replication design: gamma has only resolved the comment, it did not have anyone subscribe and join that community.
// Or is that automatically done by beforeAll function?
// Should this test be using nore normal getComments instead of resolveComment?
let gammaCommentRes = await resolveComment(alpha, commentRes);
// Should this test be using more normal getComments instead of resolveComment?
let gammaCommentRes = await resolveComment(gamma, commentRes);
// ToDo: this does not check for JSON { error: "message" }
expect(gammaCommentRes?.comment?.comment).toBeDefined();

Expand Down

0 comments on commit 7dfb6ee

Please sign in to comment.