Skip to content

Commit

Permalink
fix result test
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Nov 6, 2023
1 parent ead8eb6 commit 81f3619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-rs/tests/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ struct Fallible {
fn test() {
assert_eq!(
Fallible::inline(),
"{ a: ({ ok: number } | { err: string }), }"
"{ a: ({ Ok: number } | { Err: string }), }"
)
}

0 comments on commit 81f3619

Please sign in to comment.