Fixed test cases

This commit is contained in:
Sankalp Kotewar
2022-12-08 17:39:12 +00:00
committed by GitHub
parent 782b0bd3df
commit 12a1a354bd
8 changed files with 122305 additions and 9 deletions

View File

@ -6,7 +6,9 @@ export enum Inputs {
}
export enum Outputs {
CacheHit = "cache-hit"
CacheHit = "cache-hit",
Key = "key",
MatchedKey = "matched-key"
}
export enum State {