Skip to content

Instantly share code, notes, and snippets.

@perlDreamer
Created June 11, 2010 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlDreamer/434882 to your computer and use it in GitHub Desktop.
Save perlDreamer/434882 to your computer and use it in GitHub Desktop.
diff --git a/t/lib/WebGUI/Test.pm b/t/lib/WebGUI/Test.pm
index 2a5f236..693377c 100644
--- a/t/lib/WebGUI/Test.pm
+++ b/t/lib/WebGUI/Test.pm
@@ -516,7 +516,7 @@ Example call:
( $sql, @params ) = @$sql;
}
return sub {
- $db->do( $sql, {}, @params );
+ $db->write( $sql, {}, @params );
}
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment