Skip to content

Commit a144ac6

Browse files
committed
wip: adopt algorithmic features from cljs prototype
1 parent 679cef1 commit a144ac6

File tree

2 files changed

+679
-41
lines changed

2 files changed

+679
-41
lines changed

hash.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe("hasher", () => {
173173
const description = db.EnumType[digest] as Record<string, string[]>;
174174
expect(description).property("@EnumVal").to.have.lengthOf(1);
175175
const val = db.EnumVal[description["@EnumVal"][0]];
176-
expect(val).to.exist.and.to.have.property("ord", 1);
176+
expect(val).to.exist.and.to.have.property("ord", "1");
177177
expect(val).to.have.property("val", "A");
178178
expect(description).property("@Private").to.have.lengthOf(1);
179179
const priv = db.Private[description["@Private"][0]];

0 commit comments

Comments
 (0)