Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fauna-chase committed Jul 17, 2023
1 parent 6baa9e8 commit 1a68791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/integration/schema-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ describe("schema version is returned by the client", () => {
const client = getClient();
it("returns the schema version", async () => {
const resTs = await client.query(fql`
Collection.create({ name: "TestColl" })
Collection.create({ name: "TestColl" })
`);

const expectedSchemaVersion = resTs.txn_ts;

const res = await client.query(fql`
Customers.all()
Customers.all()
`);

expect(res.schema_version).toEqual(expectedSchemaVersion);
Expand Down

0 comments on commit 1a68791

Please sign in to comment.