Skip to content

Tests us .ok().unwrap() unnecessarily #1

@chamons

Description

@chamons

This

        assert_eq!(InterpreterLiteral::Number(42.0), execute("42").ok().unwrap());

should be

assert_eq!(Ok(InterpreterLiteral::Number(42.0)), execute("42"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions