Skip to content

Commit

Permalink
Align k3r tests
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed May 23, 2023
1 parent ea55eca commit 8a56a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion control/k3r/k3r_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,17 @@ func TestEvents(t *testing.T) {
events: []string{
"ErrorEvent error (no such test case)",
}},

{
input: "X.X",
events: []string{
"ErrorEvent error (no such module)",
"ErrorEvent error (no such test case)",
}},
{
input: "test3.test3",
events: []string{
"ErrorEvent error (exit status 2)",
"ErrorEvent error (no such test case)",
}},
{
input: "asd",
Expand Down

0 comments on commit 8a56a26

Please sign in to comment.