mirror of
https://github.com/lune-org/lune.git
synced 2025-04-18 10:53:46 +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 failed = false
|
||||||
local function testOperation(
|
local function testOperation(
|
||||||
operationName: string,
|
operationName: "Compress" | "Decompress",
|
||||||
operation: (
|
operation: (
|
||||||
format: serde.CompressDecompressFormat,
|
format: serde.CompressDecompressFormat,
|
||||||
s: buffer | string
|
s: buffer | string
|
||||||
|
|
Loading…
Add table
Reference in a new issue