Fix interface name

This commit is contained in:
Ayaz Hafiz 2022-10-02 23:33:20 -05:00
parent ec40c3aa0e
commit b1784768fa
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -853,7 +853,7 @@ mod test {
run_expect_test(
indoc!(
r#"
interface A exposes [] imports []
interface Test exposes [] imports []
NonEmpty := [
First Str U8,
@ -899,7 +899,7 @@ mod test {
run_expect_test(
indoc!(
r#"
interface A exposes [] imports []
interface Test exposes [] imports []
makeForcer : {} -> (Str -> U8)
makeForcer = \{} -> \_ -> 2u8