mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-03 22:13:13 +00:00
Fix unit test
This commit is contained in:
parent
d5760201c6
commit
492e2587cb
@ -173,7 +173,7 @@ describe("files", () => {
|
||||
quotaUsedBytes: GB,
|
||||
totalBlocks: 0
|
||||
}
|
||||
assert.deepEqual(AvailabilityUtils.maxValue(space), 5 * GB);
|
||||
assert.deepEqual(AvailabilityUtils.maxValue(space), 5 * GB - 1);
|
||||
})
|
||||
|
||||
it("checks the availability max value", async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user