You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function doesn't perform much. The os.ReadFile function can be called directly by waitForLogMessage. On the other hand, waitForLogMessage (the caller) could be marked as helper and moved to canonical/matter-snap-testing.
This could be marked as a helper function:
(then change the in the call of the function also to:
logs, err := readLogFile(t, appLogPath)
)Originally posted by @locnnil in #36 (comment)
The text was updated successfully, but these errors were encountered: