Skip to content

Commit fd7fcf7

Browse files
authored
Fix typo in paych unit test. (#217)
1 parent f355fb2 commit fd7fcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/paych/tests/paych_actor_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ mod create_lane_tests {
244244
.to_string(),
245245
)
246246
.payment_channel(paych_non_id)
247-
.exp_exit_code(ExitCode::Ok)
247+
.exp_exit_code(ExitCode::OK)
248248
.sig(sig.clone())
249249
.build()
250250
.unwrap(),

0 commit comments

Comments
 (0)