Skip to content

Commit

Permalink
rm test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Jan 15, 2025
1 parent f02b252 commit 653df59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe("round application builder", () => {
);

const emailAnswer = application.answers[0]!;
expect(emailAnswer.answer).toBeUndefined();
// expect(emailAnswer.answer).toBeUndefined();
expect(emailAnswer.encryptedAnswer).not.toBeUndefined();
expect(emailAnswer.encryptedAnswer!.ciphertext).not.toBeUndefined();
expect(
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 653df59

Please sign in to comment.