Skip to content

Commit

Permalink
Update tests/tests/create_surface_error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Sep 23, 2024
1 parent d9bcb86 commit 9799cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/create_surface_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#[wasm_bindgen_test::wasm_bindgen_test]
fn canvas_get_context_returned_null() {
// Not using the normal testing infrastructure because that goes straight to creating the canvas for us.
let instance = wgpu_test::initialize_instance(wgpu::Backends::GL, false);
let instance = wgpu_test::initialize_instance(wgpu::Backends::all(), false);
// Create canvas
let canvas = wgpu_test::initialize_html_canvas();

Expand Down

0 comments on commit 9799cf2

Please sign in to comment.