mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore(tests): include explicit type for operationName
This commit is contained in:
parent
2f50d67419
commit
3337e0e9ed
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ local TESTS: { Test } = {
|
|||
|
||||
local failed = false
|
||||
local function testOperation(
|
||||
operationName: string,
|
||||
operationName: "Compress" | "Decompress",
|
||||
operation: (
|
||||
format: serde.CompressDecompressFormat,
|
||||
s: buffer | string
|
||||
|
|
Loading…
Add table
Reference in a new issue