Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 11, 2024
1 parent 02de724 commit 2d5a5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Commands/ImportBlueprintsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function it_imports_blueprints_and_fieldsets()
->expectsOutput('Fieldsets imported')
->assertExitCode(0);

$this->assertCount(2, BlueprintModel::all()); // It'll be 2, since Statamic will generate a default blueprint.
$this->assertCount(1, BlueprintModel::all());
$this->assertCount(1, FieldsetModel::all());
}
}

0 comments on commit 2d5a5da

Please sign in to comment.