Skip to content

Commit b825cb5

Browse files
committed
chore: rename testlab sample fn
1 parent 91924c5 commit b825cb5

File tree

1 file changed

+1
-1
lines changed
  • samples/basic_test_lab/functions

1 file changed

+1
-1
lines changed

samples/basic_test_lab/functions/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@on_test_matrix_completed()
10-
def handle_test_matrix_completed(
10+
def testmatrixcompleted(
1111
event: CloudEvent[TestMatrixCompletedData]) -> None:
1212
print(f"Test Matrix ID: {event.data.test_matrix_id}")
1313
print(f"Test Matrix State: {event.data.state}")

0 commit comments

Comments
 (0)