Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Jan 4, 2024
1 parent 114108d commit 053e6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fifoqueue/api.w
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bring cloud;

pub struct FifoQueueProps extends cloud.QueueProps{}
pub struct FifoQueueProps extends cloud.QueueProps {}

pub struct PushOptions {
groupId: str;
Expand Down
2 changes: 1 addition & 1 deletion postgres/lib.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ let db = new l.Database(name: "test", pgVersion: 15);

test "run a simple query" {
let result = db.query("SELECT 1 as one, 2 as two;");
expect.equal(result.at(0), {one: 1, two: 2});
expect.equal(result.at(0), {one: 1, two: 3});
}

0 comments on commit 053e6a4

Please sign in to comment.