Skip to content

Commit

Permalink
fix log test
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 committed Jan 7, 2025
1 parent 87ce986 commit c31efc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/lit_go_sdk/client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,7 @@ func TestIntegration_ContractsAndAuth(t *testing.T) {
func TestIntegration_GetLogs(t *testing.T) {
logs := integrationClient.server.GetLogs()
t.Logf("Logs: %s", logs)
if logs == "" {
t.Error("Expected logs to be non-empty")
}
}

0 comments on commit c31efc0

Please sign in to comment.