Skip to content

Commit

Permalink
fix lambda_schedule check
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Mar 6, 2024
1 parent 9f85d7d commit 6637f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feflow/tests/test_lambdaprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ def test_lambda_schedule(windows):
functions='default',
windows=windows
)
assert len(lambdas.lamda_schedule) == windows
assert len(lambdas.lambda_schedule) == windows

0 comments on commit 6637f80

Please sign in to comment.