Skip to content

Commit

Permalink
test: update expected value for ColumnLength.Color to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 15, 2025
1 parent a0f6e97 commit e5df15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Tests/Types/Database/ColumnLength.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("enum ColumnLength", () => {
});

test("ColumnLength.Color", () => {
expect(ColumnLength.Color).toEqual(7);
expect(ColumnLength.Color).toEqual(10);
});

test("ColumnLength.Name", () => {
Expand Down

0 comments on commit e5df15a

Please sign in to comment.