Skip to content

Commit

Permalink
docs(readme): remote test attribute from toy application
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 15, 2024
1 parent 01799d9 commit e97e234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ impl Mock for Foo {

Toy application:

```rust
#[test]
```rust,ignore
fn computes_data() {
let actual = compute(DataInput::mock());
assert_eq!(DataOutput::mock(), actual);
Expand Down

0 comments on commit e97e234

Please sign in to comment.