Skip to content

Commit

Permalink
fix proxy system
Browse files Browse the repository at this point in the history
  • Loading branch information
fhackett committed Jan 16, 2025
1 parent bc28d71 commit fdfeea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func TestProxy_NoServerRunning(t *testing.T) {
}

func TestProxy_FirstServerCrashing(t *testing.T) {
traceRecorder := trace.MakeLocalFileRecorder("proxy_first_server_crashing.txt")
var traceRecorder trace.Recorder = nil // trace.MakeLocalFileRecorder("proxy_first_server_crashing.txt")
inChan := make(chan tla.Value, numRequests)
outChan := make(chan tla.Value, numRequests)
mon := setupMonitor()
Expand Down

0 comments on commit fdfeea3

Please sign in to comment.