Skip to content

Commit

Permalink
Tweak test output format
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Nov 20, 2024
1 parent e7b0583 commit 5a74124
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
Simple, intuitive snapshot testing with Go 📸

> [!WARNING]
> **snapshot is in early development and is not yet ready for use**
![caution](./img/caution.png)
> **snapshot is in early development and is not yet stable**
- [Snapshot](#snapshot)
- [Project Description](#project-description)
Expand Down
Binary file removed img/caution.png
Binary file not shown.
2 changes: 1 addition & 1 deletion snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func TestSnap(t *testing.T) {

if tb.failed != tt.wantFail {
t.Fatalf(
"tb.failed = %v, tt.wantFail = %v, output: %s\n",
"tb.failed =\t%v\ntt.wantFail =\t%v\noutput =\t%s\n",
tb.failed,
tt.wantFail,
buf.String(),
Expand Down

0 comments on commit 5a74124

Please sign in to comment.