Support matchers on integers in integration tests

This commit is contained in:
Jesse Duffield
2023-06-03 15:12:31 +10:00
parent e98935f83e
commit dd34adb36c
15 changed files with 220 additions and 146 deletions

View File

@@ -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(),
)
},
})