diff --git a/snaps/matchInline.go b/snaps/matchInlineSnapshot.go similarity index 100% rename from snaps/matchInline.go rename to snaps/matchInlineSnapshot.go diff --git a/snaps/matchInlineSnapshot_test.go b/snaps/matchInlineSnapshot_test.go new file mode 100644 index 0000000..5a0181b --- /dev/null +++ b/snaps/matchInlineSnapshot_test.go @@ -0,0 +1,7 @@ +package snaps + +import "testing" + +func TestMatchInlineSnapshot(t *testing.T) { + t.Error("unimplemented") +}