Skip to content

Commit

Permalink
fix: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed May 15, 2023
1 parent 0d8be65 commit dbc7761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells/_automation/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in
commands = [
{
name = "blocktype-data";
command = "cat $(std //_tests/data/example:write)";
command = "cat $(tail -n1 <<< $(std //_tests/data/example:write))";
}
{
name = "blocktype-devshells";
Expand Down

0 comments on commit dbc7761

Please sign in to comment.