Skip to content

Commit

Permalink
fix: update test to make it deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Wolff committed Mar 31, 2022
1 parent 9444c47 commit 85d66c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/compiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ func TestQueryTracing(t *testing.T) {
if err := q.Err(); err != nil {
t.Fatal(err)
}
q.Done()

// If tracing was enabled, then we should see spans for each
// source and transformation. If tracing is not enabled, we should
Expand Down

0 comments on commit 85d66c1

Please sign in to comment.