Support matchers on integers in integration tests
This commit is contained in:
@@ -19,8 +19,8 @@ var RemoteNamedStar = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
// here we're just asserting that we haven't panicked upon starting lazygit
|
||||
t.Views().Commits().
|
||||
Lines(
|
||||
Anything(),
|
||||
Anything(),
|
||||
AnyString(),
|
||||
AnyString(),
|
||||
)
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user