Fix remaining insta snapshots.

This commit is contained in:
KtorZ 2024-03-14 11:06:53 +01:00
parent 3055c5ef52
commit 0343aeca34
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Schema {
breadcrumbs: [ breadcrumbs: [
App { App {
public: true, public: true,
opaque: true, contains_opaque: true,
module: "test_module", module: "test_module",
name: "Rational", name: "Rational",
args: [], args: [],

View File

@ -8,7 +8,7 @@ Schema {
breadcrumbs: [ breadcrumbs: [
App { App {
public: true, public: true,
opaque: true, contains_opaque: true,
module: "test_module", module: "test_module",
name: "Dict", name: "Dict",
args: [ args: [
@ -17,7 +17,7 @@ Schema {
value: Link { value: Link {
tipo: App { tipo: App {
public: false, public: false,
opaque: false, contains_opaque: false,
module: "test_module", module: "test_module",
name: "UUID", name: "UUID",
args: [], args: [],
@ -32,7 +32,7 @@ Schema {
value: Link { value: Link {
tipo: App { tipo: App {
public: true, public: true,
opaque: false, contains_opaque: false,
module: "", module: "",
name: "Int", name: "Int",
args: [], args: [],