Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 18, 2024
1 parent 03c3f9a commit 602a8f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ describe("create_event_and_ticket", () => {
const organizerWallet = provider.wallet;

// Détails de l'événement.
const title = "Test Event";
const description = "This is a test event.";
const title = "Event A";
const description = "Description of Event A";
const date = new BN(new Date("2023-12-25").getTime() / 1000); // Convertir la date en secondes puis en BN (BigNumber).
const location = "Test Location";
const location = "Paris";

// Capturez le solde de l'organisateur avant la création de l'événement
const organizerBalanceBefore = await provider.connection.getBalance(organizerWallet.publicKey);
Expand Down

0 comments on commit 602a8f9

Please sign in to comment.