Change type of revision to a number
This commit is contained in:
@ -12,7 +12,7 @@ describe("Packer", () => {
|
||||
beforeEach(() => {
|
||||
file = new File({
|
||||
creator: "Dolan Miu",
|
||||
revision: "1",
|
||||
revision: 1,
|
||||
lastModifiedBy: "Dolan Miu",
|
||||
sections: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user